Html Css Color HEX #312CDC Persian Blue

📋 copy color: '#312CDC'

red 49 ◦ green 44 ◦ blue 220

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

Shades of Persian Blue #312CDC

Tints of Persian Blue #312CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.29%

R = 15.65%
G = 14.06%
B = 70.29%

CMYK

 C value IS 0.78

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#312CDC (or 0x312CDC) is known color: Persian Blue. HEX triplet: 31, 2C and DC. RGB value is (49,44,220). Sum of RGB (Red+Green+Blue) = 49+44+220=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #312CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CDC is #CED323. Grayscale: #404040. Windows color (decimal): -13554468 or 14429233. OLE color: 14429233.

HSL color Cylindrical-coordinate representation of color #312CDC: hue angle of 241.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312CDC is Cyan = 0.78, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 44 220 -
CMYK 0.78 0.8 0 0.14
HSL 241.7º 0.72% 0.52% -
HSV(B) 241.7º 0.8% 0.86% -
XYZ 15.09 7.62 68.39 -
YUV 65.56 215.16 116.19 -
System Red Green Blue C M Y K H S L
Decimal 49 44 220 0.78 0.8 0 0.14 241.7 0.72 0.52
Hex 31 2C DC 4E 50 0 E F2 48 34
Octal 61 54 334 116 120 0 16 362 110 64
Binary 110001 101100 11011100 1001110 1010000 0 1110 11110010 1001000 110100

Color Harmonies of #312CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312CDC

Black with #312CDC

Text Example


Text Example

White with #312CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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