Html Css Color HEX #312478 Persian Indigo

📋 copy color: '#312478'

red 49 ◦ green 36 ◦ blue 120

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

Shades of Persian Indigo #312478

Tints of Persian Indigo #312478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

 BLUE value IS 120 (47.27% from 255) = 58.54%

R = 23.9%
G = 17.56%
B = 58.54%

CMYK

 C value IS 0.59

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#312478 (or 0x312478) is known color: Persian Indigo. HEX triplet: 31, 24 and 78. RGB value is (49,36,120). Sum of RGB (Red+Green+Blue) = 49+36+120=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #312478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312478 is #CEDB87. Grayscale: #313131. Windows color (decimal): -13556616 or 7873585. OLE color: 7873585.

HSL color Cylindrical-coordinate representation of color #312478: hue angle of 249.29º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #312478 is Cyan = 0.59, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 36 120 -
CMYK 0.59 0.7 0 0.53
HSL 249.29º 0.54% 0.31% -
HSV(B) 249.29º 0.7% 0.47% -
XYZ 5.29 3.27 18.12 -
YUV 49.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 49 36 120 0.59 0.7 0 0.53 249.29 0.54 0.31
Hex 31 24 78 3B 46 0 35 F9 36 1F
Octal 61 44 170 73 106 0 65 371 66 37
Binary 110001 100100 1111000 111011 1000110 0 110101 11111001 110110 11111

Color Harmonies of #312478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312478

Black with #312478

Text Example


Text Example

White with #312478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312478; }

 p { color: rgb(49,36,120); }

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

background-color css

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

 a { background-color: rgb(49,36,120); }

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

border-color css

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

 span { border-color: rgb(49,36,120); }

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