Shades of Indigo #59109F
Tints of Indigo #59109F
RGB
CMYK
RGB Variations
Color information
#59109F (or 0x59109F) is known color: Indigo. HEX triplet: 59, 10 and 9F. RGB value is (89,16,159). Sum of RGB (Red+Green+Blue) = 89+16+159=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #59109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59109F is #A6EF60. Grayscale: #353535. Windows color (decimal): -10940257 or 10424409. OLE color: 10424409.
HSL color Cylindrical-coordinate representation of color #59109F: hue angle of 270.63º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59109F is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 16 | 159 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.38 |
| HSL | 270.63º | 0.82% | 0.34% | - |
| HSV(B) | 270.63º | 0.9% | 0.62% | - |
| XYZ | 10.56 | 5 | 33.21 | - |
| YUV | 54.13 | 187.18 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 159 | 0.44 | 0.90 | 0 | 0.38 | 270.63 | 0.82 | 0.34 |
| Hex | 59 | 10 | 9F | 2C | 5A | 0 | 26 | 10F | 52 | 22 |
| Octal | 131 | 20 | 237 | 54 | 132 | 0 | 46 | 417 | 122 | 42 |
| Binary | 1011001 | 10000 | 10011111 | 101100 | 1011010 | 0 | 100110 | 100001111 | 1010010 | 100010 |
Color Harmonies of #59109F
Complementary color
Monochromatic Colors of #59109F
Black with #59109F
Text Example
Text Example
White with #59109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59109F; }
p { color: rgb(89,16,159); }
H1.HeaderClassName
{
color: #59109F;
}
.AnyTagClassName
{
color: #59109F;
}
</style>
background-color css
<style>
a { background-color: #59109F; }
a { background-color: rgb(89,16,159); }
div.DivClassName
{
background-color: #59109F;
}
.BgClassName
{
background-color: #59109F;
}
</style>
border-color css
<style>
span { border-color: #59109F; }
span { border-color: rgb(89,16,159); }
td.TdClassName
{
border-color: #59109F;
}
.TagClassName
{
border-color: #59109F;
}
</style>