#59119E

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

Shades of Indigo #59119E

Tints of Indigo #59119E

Color information

#59119E (or 0x59119E) is unknown color: approx Indigo. HEX triplet: 59, 11 and 9E. RGB value is (89,17,158). Sum of RGB (Red+Green+Blue) = 89+17+158=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #59119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59119E is #A6EE61. Grayscale: #363636. Windows color (decimal): -10940002 or 10359129. OLE color: 10359129.

HSL color Cylindrical-coordinate representation of color #59119E: hue angle of 270.64º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59119E is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8917158-
CMYK0.440.8900.38
HSL270.64º80.57%34.31%-
HSV(B)270.64º89.24%61.96%-
XYZ10.494.9932.76-
YUV54.6186.35152.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.71%
GREEN value IS 17 (7.03% from 255) = 6.44%
BLUE value IS 158 (62.11% from 255) = 59.85%
R=33.71%
G=6.44%
B=59.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89171580.440.8900.38270.6480.5734.31
Hex59119E2C5902610f5122
Octal131212365413104641712142
Binary10110011000110011110101100101100101001101000011111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59119E; }

 p { color: rgb(89,17,158); }

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

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

 a { background-color: rgb(89,17,158); }

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

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

 span { border-color: rgb(89,17,158); }

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