#312379

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

Shades of Persian Indigo #312379

Tints of Persian Indigo #312379

Color information

#312379 (or 0x312379) is unknown color: approx Persian Indigo. HEX triplet: 31, 23 and 79. RGB value is (49,35,121). Sum of RGB (Red+Green+Blue) = 49+35+121=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #312379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312379 is #CEDC86. Grayscale: #303030. Windows color (decimal): -13556871 or 7938865. OLE color: 7938865.

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

Color convert

RGB4935121-
CMYK0.600.7100.53
HSL249.77º55.13%30.59%-
HSV(B)249.77º71.07%47.45%-
XYZ5.323.2418.43-
YUV48.99168.64128.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=23.90%
G=17.07%
B=59.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49351210.600.7100.53249.7755.1330.59
Hex3123793C47035fa371f
Octal6143171741070653726737
Binary1100011000111111001111100100011101101011111101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312379; }

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

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

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

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

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

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

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

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