#312199

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

Shades of Persian Indigo #312199

Tints of Persian Indigo #312199

Color information

#312199 (or 0x312199) is unknown color: approx Persian Indigo. HEX triplet: 31, 21 and 99. RGB value is (49,33,153). Sum of RGB (Red+Green+Blue) = 49+33+153=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #312199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312199 is #CEDE66. Grayscale: #333333. Windows color (decimal): -13557351 or 10035505. OLE color: 10035505.

HSL color Cylindrical-coordinate representation of color #312199: hue angle of 248º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312199 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4933153-
CMYK0.680.7800.4
HSL248º64.52%36.47%-
HSV(B)248º78.43%60%-
XYZ7.564.0430.52-
YUV51.46185.3126.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 153 (60.16% from 255) = 65.11%
R=20.85%
G=14.04%
B=65.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal49331530.680.7800.424864.5236.47
Hex312199444E028f84124
Octal614123110411605037010144
Binary11000110000110011001100010010011100101000111110001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312199; }

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

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

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

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

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

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

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

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