#312178

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

Shades of Persian Indigo #312178

Tints of Persian Indigo #312178

Color information

#312178 (or 0x312178) is unknown color: approx Persian Indigo. HEX triplet: 31, 21 and 78. RGB value is (49,33,120). Sum of RGB (Red+Green+Blue) = 49+33+120=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #312178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312178 is #CEDE87. Grayscale: #2F2F2F. Windows color (decimal): -13557384 or 7872817. OLE color: 7872817.

HSL color Cylindrical-coordinate representation of color #312178: hue angle of 251.03º degrees, saturation: 0.57, 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 #312178 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4933120-
CMYK0.590.7200.53
HSL251.03º56.86%30%-
HSV(B)251.03º72.5%47.06%-
XYZ5.23.118.09-
YUV47.7168.8128.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=24.26%
G=16.34%
B=59.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49331200.590.7200.53251.0356.8630
Hex3121783B48035fb391e
Octal6141170731100653737136
Binary1100011000011111000111011100100001101011111101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312178; }

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

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

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

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

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

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

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

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