Html Css Color HEX #312DCE Persian Blue

📋 copy color: '#312DCE'

red 49 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #312DCE

Tints of Persian Blue #312DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15%

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

R = 16.33%
G = 15%
B = 68.67%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#312DCE (or 0x312DCE) is known color: Persian Blue. HEX triplet: 31, 2D and CE. RGB value is (49,45,206). Sum of RGB (Red+Green+Blue) = 49+45+206=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #312DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DCE is #CED231. Grayscale: #3F3F3F. Windows color (decimal): -13554226 or 13511985. OLE color: 13511985.

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

Color convert

RGB 49 45 206 -
CMYK 0.76 0.78 0 0.19
HSL 241.49º 0.64% 0.49% -
HSV(B) 241.49º 0.78% 0.81% -
XYZ 13.35 6.99 59.04 -
YUV 64.55 207.83 116.91 -
System Red Green Blue C M Y K H S L
Decimal 49 45 206 0.76 0.78 0 0.19 241.49 0.64 0.49
Hex 31 2D CE 4C 4E 0 13 F1 40 31
Octal 61 55 316 114 116 0 23 361 100 61
Binary 110001 101101 11001110 1001100 1001110 0 10011 11110001 1000000 110001

Color Harmonies of #312DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312DCE

Black with #312DCE

Text Example


Text Example

White with #312DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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