Html Css Color HEX #312CCC Persian Blue

📋 copy color: '#312CCC'

red 49 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #312CCC

Tints of Persian Blue #312CCC

RGB

 RED value IS 49 (19.53% from 255) = 16.5%

 GREEN value IS 44 (17.58% from 255) = 14.81%

 BLUE value IS 204 (80.08% from 255) = 68.69%

R = 16.5%
G = 14.81%
B = 68.69%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#312CCC (or 0x312CCC) is known color: Persian Blue. HEX triplet: 31, 2C and CC. RGB value is (49,44,204). Sum of RGB (Red+Green+Blue) = 49+44+204=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #312CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CCC is #CED333. Grayscale: #3F3F3F. Windows color (decimal): -13554484 or 13380657. OLE color: 13380657.

HSL color Cylindrical-coordinate representation of color #312CCC: hue angle of 241.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312CCC is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 44 204 -
CMYK 0.76 0.78 0 0.2
HSL 241.88º 0.65% 0.49% -
HSV(B) 241.88º 0.78% 0.8% -
XYZ 13.07 6.81 57.75 -
YUV 63.74 207.16 117.49 -
System Red Green Blue C M Y K H S L
Decimal 49 44 204 0.76 0.78 0 0.2 241.88 0.65 0.49
Hex 31 2C CC 4C 4E 0 14 F2 41 31
Octal 61 54 314 114 116 0 24 362 101 61
Binary 110001 101100 11001100 1001100 1001110 0 10100 11110010 1000001 110001

Color Harmonies of #312CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CCC

Black with #312CCC

Text Example


Text Example

White with #312CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312CCC; }

 p { color: rgb(49,44,204); }

 H1.HeaderClassName
 {
   color: #312CCC;
 }
 .AnyTagClassName
 {
   color: #312CCC;
 }
</style>

background-color css

<style>
 a { background-color: #312CCC; }

 a { background-color: rgb(49,44,204); }

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

border-color css

<style>
 span { border-color: #312CCC; }

 span { border-color: rgb(49,44,204); }

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