Shades of Indigo #59098F
Tints of Indigo #59098F
RGB
CMYK
RGB Variations
Color information
#59098F (or 0x59098F) is known color: Indigo. HEX triplet: 59, 09 and 8F. RGB value is (89,9,143). Sum of RGB (Red+Green+Blue) = 89+9+143=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 143 (56.25% from 255 or 59.34% from 241); Max value from RGB is 143 - color contains mainly: blue. Hex color #59098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59098F is #A6F670. Grayscale: #2F2F2F. Windows color (decimal): -10942065 or 9374041. OLE color: 9374041.
HSL color Cylindrical-coordinate representation of color #59098F: hue angle of 275.82º 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 #59098F is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 9 | 143 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.44 |
| HSL | 275.82º | 0.88% | 0.3% | - |
| HSV(B) | 275.82º | 0.94% | 0.56% | - |
| XYZ | 9.18 | 4.3 | 26.33 | - |
| YUV | 48.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 143 | 0.38 | 0.94 | 0 | 0.44 | 275.82 | 0.88 | 0.3 |
| Hex | 59 | 9 | 8F | 26 | 5E | 0 | 2C | 114 | 58 | 1E |
| Octal | 131 | 11 | 217 | 46 | 136 | 0 | 54 | 424 | 130 | 36 |
| Binary | 1011001 | 1001 | 10001111 | 100110 | 1011110 | 0 | 101100 | 100010100 | 1011000 | 11110 |
Color Harmonies of #59098F
Complementary color
Monochromatic Colors of #59098F
Black with #59098F
Text Example
Text Example
White with #59098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59098F; }
p { color: rgb(89,9,143); }
H1.HeaderClassName
{
color: #59098F;
}
.AnyTagClassName
{
color: #59098F;
}
</style>
background-color css
<style>
a { background-color: #59098F; }
a { background-color: rgb(89,9,143); }
div.DivClassName
{
background-color: #59098F;
}
.BgClassName
{
background-color: #59098F;
}
</style>
border-color css
<style>
span { border-color: #59098F; }
span { border-color: rgb(89,9,143); }
td.TdClassName
{
border-color: #59098F;
}
.TagClassName
{
border-color: #59098F;
}
</style>