#312088

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

Shades of Persian Indigo #312088

Tints of Persian Indigo #312088

Color information

#312088 (or 0x312088) is unknown color: approx Persian Indigo. HEX triplet: 31, 20 and 88. RGB value is (49,32,136). Sum of RGB (Red+Green+Blue) = 49+32+136=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #312088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312088 is #CEDF77. Grayscale: #303030. Windows color (decimal): -13557624 or 8921137. OLE color: 8921137.

HSL color Cylindrical-coordinate representation of color #312088: hue angle of 249.81º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #312088 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4932136-
CMYK0.640.7600.47
HSL249.81º61.9%32.94%-
HSV(B)249.81º76.47%53.33%-
XYZ6.233.4623.63-
YUV48.94177.13128.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 136 (53.52% from 255) = 62.67%
R=22.58%
G=14.75%
B=62.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49321360.640.7600.47249.8161.932.94
Hex312088404C02Ffa3e21
Octal61402101001140573727641
Binary1100011000001000100010000001001100010111111111010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312088; }

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

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

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

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

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

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

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

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