Shades of Indigo #59098E
Tints of Indigo #59098E
RGB
CMYK
RGB Variations
Color information
#59098E (or 0x59098E) is known color: Indigo. HEX triplet: 59, 09 and 8E. RGB value is (89,9,142). Sum of RGB (Red+Green+Blue) = 89+9+142=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #59098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59098E is #A6F671. Grayscale: #2F2F2F. Windows color (decimal): -10942066 or 9308505. OLE color: 9308505.
HSL color Cylindrical-coordinate representation of color #59098E: hue angle of 276.09º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59098E is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 9 | 142 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.44 |
| HSL | 276.09º | 0.88% | 0.3% | - |
| HSV(B) | 276.09º | 0.94% | 0.56% | - |
| XYZ | 9.1 | 4.27 | 25.94 | - |
| YUV | 48.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 142 | 0.37 | 0.94 | 0 | 0.44 | 276.09 | 0.88 | 0.3 |
| Hex | 59 | 9 | 8E | 25 | 5E | 0 | 2C | 114 | 58 | 1E |
| Octal | 131 | 11 | 216 | 45 | 136 | 0 | 54 | 424 | 130 | 36 |
| Binary | 1011001 | 1001 | 10001110 | 100101 | 1011110 | 0 | 101100 | 100010100 | 1011000 | 11110 |
Color Harmonies of #59098E
Complementary color
Monochromatic Colors of #59098E
Black with #59098E
Text Example
Text Example
White with #59098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59098E; }
p { color: rgb(89,9,142); }
H1.HeaderClassName
{
color: #59098E;
}
.AnyTagClassName
{
color: #59098E;
}
</style>
background-color css
<style>
a { background-color: #59098E; }
a { background-color: rgb(89,9,142); }
div.DivClassName
{
background-color: #59098E;
}
.BgClassName
{
background-color: #59098E;
}
</style>
border-color css
<style>
span { border-color: #59098E; }
span { border-color: rgb(89,9,142); }
td.TdClassName
{
border-color: #59098E;
}
.TagClassName
{
border-color: #59098E;
}
</style>