Html Css Color HEX #312CCE Persian Blue

📋 copy color: '#312CCE'

red 49 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #312CCE

Tints of Persian Blue #312CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 16.39%
G = 14.72%
B = 68.9%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#312CCE (or 0x312CCE) is known color: Persian Blue. HEX triplet: 31, 2C and CE. RGB value is (49,44,206). Sum of RGB (Red+Green+Blue) = 49+44+206=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #312CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CCE is #CED331. Grayscale: #3F3F3F. Windows color (decimal): -13554482 or 13511729. OLE color: 13511729.

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

Color convert

RGB 49 44 206 -
CMYK 0.76 0.79 0 0.19
HSL 241.85º 0.65% 0.49% -
HSV(B) 241.85º 0.79% 0.81% -
XYZ 13.31 6.91 59.02 -
YUV 63.96 208.16 117.33 -
System Red Green Blue C M Y K H S L
Decimal 49 44 206 0.76 0.79 0 0.19 241.85 0.65 0.49
Hex 31 2C CE 4C 4F 0 13 F2 41 31
Octal 61 54 316 114 117 0 23 362 101 61
Binary 110001 101100 11001110 1001100 1001111 0 10011 11110010 1000001 110001

Color Harmonies of #312CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CCE

Black with #312CCE

Text Example


Text Example

White with #312CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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