Html Css Color HEX #331FCD Persian Blue

📋 copy color: '#331FCD'

red 51 ◦ green 31 ◦ blue 205

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

Shades of Persian Blue #331FCD

Tints of Persian Blue #331FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.8%

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

R = 17.77%
G = 10.8%
B = 71.43%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#331FCD (or 0x331FCD) is known color: Persian Blue. HEX triplet: 33, 1F and CD. RGB value is (51,31,205). Sum of RGB (Red+Green+Blue) = 51+31+205=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #331FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331FCD is #CCE032. Grayscale: #383838. Windows color (decimal): -13426739 or 13442867. OLE color: 13442867.

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

Color convert

RGB 51 31 205 -
CMYK 0.75 0.85 0 0.20
HSL 246.9º 0.74% 0.46% -
HSV(B) 246.9º 0.85% 0.8% -
XYZ 12.87 6.09 58.25 -
YUV 56.82 211.63 123.85 -
System Red Green Blue C M Y K H S L
Decimal 51 31 205 0.75 0.85 0 0.20 246.9 0.74 0.46
Hex 33 1F CD 4B 55 0 14 F7 4A 2E
Octal 63 37 315 113 125 0 24 367 112 56
Binary 110011 11111 11001101 1001011 1010101 0 10100 11110111 1001010 101110

Color Harmonies of #331FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FCD

Black with #331FCD

Text Example


Text Example

White with #331FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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