Shades of Indigo #59098A
Tints of Indigo #59098A
RGB
CMYK
RGB Variations
Color information
#59098A (or 0x59098A) is known color: Indigo. HEX triplet: 59, 09 and 8A. RGB value is (89,9,138). Sum of RGB (Red+Green+Blue) = 89+9+138=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #59098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59098A is #A6F675. Grayscale: #2F2F2F. Windows color (decimal): -10942070 or 9046361. OLE color: 9046361.
HSL color Cylindrical-coordinate representation of color #59098A: hue angle of 277.21º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59098A is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 9 | 138 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.46 |
| HSL | 277.21º | 0.88% | 0.29% | - |
| HSV(B) | 277.21º | 0.93% | 0.54% | - |
| XYZ | 8.8 | 4.15 | 24.38 | - |
| YUV | 47.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 138 | 0.36 | 0.93 | 0 | 0.46 | 277.21 | 0.88 | 0.29 |
| Hex | 59 | 9 | 8A | 24 | 5D | 0 | 2E | 115 | 58 | 1D |
| Octal | 131 | 11 | 212 | 44 | 135 | 0 | 56 | 425 | 130 | 35 |
| Binary | 1011001 | 1001 | 10001010 | 100100 | 1011101 | 0 | 101110 | 100010101 | 1011000 | 11101 |
Color Harmonies of #59098A
Complementary color
Monochromatic Colors of #59098A
Black with #59098A
Text Example
Text Example
White with #59098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59098A; }
p { color: rgb(89,9,138); }
H1.HeaderClassName
{
color: #59098A;
}
.AnyTagClassName
{
color: #59098A;
}
</style>
background-color css
<style>
a { background-color: #59098A; }
a { background-color: rgb(89,9,138); }
div.DivClassName
{
background-color: #59098A;
}
.BgClassName
{
background-color: #59098A;
}
</style>
border-color css
<style>
span { border-color: #59098A; }
span { border-color: rgb(89,9,138); }
td.TdClassName
{
border-color: #59098A;
}
.TagClassName
{
border-color: #59098A;
}
</style>