#312586

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

Shades of Persian Indigo #312586

Tints of Persian Indigo #312586

Color information

#312586 (or 0x312586) is unknown color: approx Persian Indigo. HEX triplet: 31, 25 and 86. RGB value is (49,37,134). Sum of RGB (Red+Green+Blue) = 49+37+134=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #312586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312586 is #CEDA79. Grayscale: #333333. Windows color (decimal): -13556346 or 8791345. OLE color: 8791345.

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

Color convert

RGB4937134-
CMYK0.630.7200.47
HSL247.42º56.73%33.53%-
HSV(B)247.42º72.39%52.55%-
XYZ6.233.722.94-
YUV51.65174.48126.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 134 (52.73% from 255) = 60.91%
R=22.27%
G=16.82%
B=60.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49371340.630.7200.47247.4256.7333.53
Hex3125863F4802Ff73922
Octal6145206771100573677142
Binary110001100101100001101111111001000010111111110111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312586; }

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

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

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

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

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

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

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

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