Shades of Indigo #591098
Tints of Indigo #591098
RGB
CMYK
RGB Variations
Color information
#591098 (or 0x591098) is known color: Indigo. HEX triplet: 59, 10 and 98. RGB value is (89,16,152). Sum of RGB (Red+Green+Blue) = 89+16+152=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #591098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591098 is #A6EF67. Grayscale: #343434. Windows color (decimal): -10940264 or 9965657. OLE color: 9965657.
HSL color Cylindrical-coordinate representation of color #591098: hue angle of 272.21º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591098 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 16 | 152 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.40 |
| HSL | 272.21º | 0.81% | 0.33% | - |
| HSV(B) | 272.21º | 0.89% | 0.6% | - |
| XYZ | 9.97 | 4.76 | 30.1 | - |
| YUV | 53.33 | 183.68 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 152 | 0.41 | 0.89 | 0 | 0.40 | 272.21 | 0.81 | 0.33 |
| Hex | 59 | 10 | 98 | 29 | 59 | 0 | 28 | 110 | 51 | 21 |
| Octal | 131 | 20 | 230 | 51 | 131 | 0 | 50 | 420 | 121 | 41 |
| Binary | 1011001 | 10000 | 10011000 | 101001 | 1011001 | 0 | 101000 | 100010000 | 1010001 | 100001 |
Color Harmonies of #591098
Complementary color
Monochromatic Colors of #591098
Black with #591098
Text Example
Text Example
White with #591098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591098; }
p { color: rgb(89,16,152); }
H1.HeaderClassName
{
color: #591098;
}
.AnyTagClassName
{
color: #591098;
}
</style>
background-color css
<style>
a { background-color: #591098; }
a { background-color: rgb(89,16,152); }
div.DivClassName
{
background-color: #591098;
}
.BgClassName
{
background-color: #591098;
}
</style>
border-color css
<style>
span { border-color: #591098; }
span { border-color: rgb(89,16,152); }
td.TdClassName
{
border-color: #591098;
}
.TagClassName
{
border-color: #591098;
}
</style>