#312078

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

Shades of Persian Indigo #312078

Tints of Persian Indigo #312078

Color information

#312078 (or 0x312078) is unknown color: approx Persian Indigo. HEX triplet: 31, 20 and 78. RGB value is (49,32,120). Sum of RGB (Red+Green+Blue) = 49+32+120=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #312078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312078 is #CEDF87. Grayscale: #2E2E2E. Windows color (decimal): -13557640 or 7872561. OLE color: 7872561.

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

Color convert

RGB4932120-
CMYK0.590.7300.53
HSL251.59º57.89%29.8%-
HSV(B)251.59º73.33%47.06%-
XYZ5.173.0418.08-
YUV47.12169.13129.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 120 (47.27% from 255) = 59.70%
R=24.38%
G=15.92%
B=59.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49321200.590.7300.53251.5957.8929.8
Hex3120783B49035fc3a1e
Octal6140170731110653747236
Binary1100011000001111000111011100100101101011111110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312078; }

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

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

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

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

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

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

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

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