#311596

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

Shades of Persian Indigo #311596

Tints of Persian Indigo #311596

Color information

#311596 (or 0x311596) is unknown color: approx Persian Indigo. HEX triplet: 31, 15 and 96. RGB value is (49,21,150). Sum of RGB (Red+Green+Blue) = 49+21+150=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #311596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311596 is #CEEA69. Grayscale: #2B2B2B. Windows color (decimal): -13560426 or 9835825. OLE color: 9835825.

HSL color Cylindrical-coordinate representation of color #311596: hue angle of 253.02º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311596 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4921150-
CMYK0.670.8600.41
HSL253.02º75.44%33.53%-
HSV(B)253.02º86%58.82%-
XYZ7.043.3929.14-
YUV44.08187.78131.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 150 (58.98% from 255) = 68.18%
R=22.27%
G=9.55%
B=68.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49211500.670.8600.41253.0275.4433.53
Hex3115964356029fd4b22
Octal612522610312605137511342
Binary1100011010110010110100001110101100101001111111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311596; }

 p { color: rgb(49,21,150); }

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

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

 a { background-color: rgb(49,21,150); }

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

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

 span { border-color: rgb(49,21,150); }

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