Shades of Indigo #59059A
Tints of Indigo #59059A
RGB
CMYK
RGB Variations
Color information
#59059A (or 0x59059A) is known color: Indigo. HEX triplet: 59, 05 and 9A. RGB value is (89,5,154). Sum of RGB (Red+Green+Blue) = 89+5+154=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #59059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59059A is #A6FA65. Grayscale: #2E2E2E. Windows color (decimal): -10943078 or 10093913. OLE color: 10093913.
HSL color Cylindrical-coordinate representation of color #59059A: hue angle of 273.83º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59059A is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 5 | 154 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.40 |
| HSL | 273.83º | 0.94% | 0.31% | - |
| HSV(B) | 273.83º | 0.97% | 0.6% | - |
| XYZ | 10.01 | 4.57 | 30.93 | - |
| YUV | 47.1 | 188.33 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 154 | 0.42 | 0.97 | 0 | 0.40 | 273.83 | 0.94 | 0.31 |
| Hex | 59 | 5 | 9A | 2A | 61 | 0 | 28 | 112 | 5E | 1F |
| Octal | 131 | 5 | 232 | 52 | 141 | 0 | 50 | 422 | 136 | 37 |
| Binary | 1011001 | 101 | 10011010 | 101010 | 1100001 | 0 | 101000 | 100010010 | 1011110 | 11111 |
Color Harmonies of #59059A
Complementary color
Monochromatic Colors of #59059A
Black with #59059A
Text Example
Text Example
White with #59059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59059A; }
p { color: rgb(89,5,154); }
H1.HeaderClassName
{
color: #59059A;
}
.AnyTagClassName
{
color: #59059A;
}
</style>
background-color css
<style>
a { background-color: #59059A; }
a { background-color: rgb(89,5,154); }
div.DivClassName
{
background-color: #59059A;
}
.BgClassName
{
background-color: #59059A;
}
</style>
border-color css
<style>
span { border-color: #59059A; }
span { border-color: rgb(89,5,154); }
td.TdClassName
{
border-color: #59059A;
}
.TagClassName
{
border-color: #59059A;
}
</style>