#312587

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

Shades of Persian Indigo #312587

Tints of Persian Indigo #312587

Color information

#312587 (or 0x312587) is unknown color: approx Persian Indigo. HEX triplet: 31, 25 and 87. RGB value is (49,37,135). Sum of RGB (Red+Green+Blue) = 49+37+135=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #312587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312587 is #CEDA78. Grayscale: #333333. Windows color (decimal): -13556345 or 8856881. OLE color: 8856881.

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

Color convert

RGB4937135-
CMYK0.640.7300.47
HSL247.35º56.98%33.73%-
HSV(B)247.35º72.59%52.94%-
XYZ6.33.7323.31-
YUV51.76174.98126.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 135 (53.12% from 255) = 61.09%
R=22.17%
G=16.74%
B=61.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49371350.640.7300.47247.3556.9833.73
Hex312587404902Ff73922
Octal61452071001110573677142
Binary1100011001011000011110000001001001010111111110111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312587; }

 p { color: rgb(49,37,135); }

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

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

 a { background-color: rgb(49,37,135); }

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

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

 span { border-color: rgb(49,37,135); }

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