#312479

Color #312479 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #312479

Tints of Persian Indigo #312479

Color information

#312479 (or 0x312479) is unknown color: approx Persian Indigo. HEX triplet: 31, 24 and 79. RGB value is (49,36,121). Sum of RGB (Red+Green+Blue) = 49+36+121=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #312479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312479 is #CEDB86. Grayscale: #313131. Windows color (decimal): -13556615 or 7939121. OLE color: 7939121.

HSL color Cylindrical-coordinate representation of color #312479: hue angle of 249.18º 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 #312479 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4936121-
CMYK0.600.7000.53
HSL249.18º54.14%30.78%-
HSV(B)249.18º70.25%47.45%-
XYZ5.353.318.44-
YUV49.58168.31127.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 121 (47.66% from 255) = 58.74%
R=23.79%
G=17.48%
B=58.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49361210.600.7000.53249.1854.1430.78
Hex3124793C46035f9361f
Octal6144171741060653716637
Binary1100011001001111001111100100011001101011111100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312479; }

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

 H1.HeaderClassName
 {
   color: #312479;
 }
 .AnyTagClassName
 {
   color: #312479;
 }
</style>
background-color css

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

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

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

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

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

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