Html Css Color HEX #331DCD Persian Blue

📋 copy color: '#331DCD'

red 51 ◦ green 29 ◦ blue 205

#331DCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #331DCD

Tints of Persian Blue #331DCD

RGB

 RED value IS 51 (20.31% from 255) = 17.89%

 GREEN value IS 29 (11.72% from 255) = 10.18%

 BLUE value IS 205 (80.47% from 255) = 71.93%

R = 17.89%
G = 10.18%
B = 71.93%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#331DCD (or 0x331DCD) is known color: Persian Blue. HEX triplet: 33, 1D and CD. RGB value is (51,29,205). Sum of RGB (Red+Green+Blue) = 51+29+205=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #331DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DCD is #CCE232. Grayscale: #363636. Windows color (decimal): -13427251 or 13442355. OLE color: 13442355.

HSL color Cylindrical-coordinate representation of color #331DCD: hue angle of 247.5º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331DCD is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 29 205 -
CMYK 0.75 0.86 0 0.20
HSL 247.5º 0.75% 0.46% -
HSV(B) 247.5º 0.86% 0.8% -
XYZ 12.82 5.99 58.24 -
YUV 55.64 212.29 124.69 -
System Red Green Blue C M Y K H S L
Decimal 51 29 205 0.75 0.86 0 0.20 247.5 0.75 0.46
Hex 33 1D CD 4B 56 0 14 F8 4B 2E
Octal 63 35 315 113 126 0 24 370 113 56
Binary 110011 11101 11001101 1001011 1010110 0 10100 11111000 1001011 101110

Color Harmonies of #331DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DCD

Black with #331DCD

Text Example


Text Example

White with #331DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331DCD; }

 p { color: rgb(51,29,205); }

 H1.HeaderClassName
 {
   color: #331DCD;
 }
 .AnyTagClassName
 {
   color: #331DCD;
 }
</style>

background-color css

<style>
 a { background-color: #331DCD; }

 a { background-color: rgb(51,29,205); }

 div.DivClassName
 {
   background-color: #331DCD;
 }
 .BgClassName
 {
   background-color: #331DCD;
 }
</style>

border-color css

<style>
 span { border-color: #331DCD; }

 span { border-color: rgb(51,29,205); }

 td.TdClassName
 {
   border-color: #331DCD;
 }
 .TagClassName
 {
   border-color: #331DCD;
 }
</style>