Shades of Indigo #591879
Tints of Indigo #591879
RGB
CMYK
RGB Variations
Color information
#591879 (or 0x591879) is known color: Indigo. HEX triplet: 59, 18 and 79. RGB value is (89,24,121). Sum of RGB (Red+Green+Blue) = 89+24+121=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #591879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591879 is #A6E786. Grayscale: #363636. Windows color (decimal): -10938247 or 7936089. OLE color: 7936089.
HSL color Cylindrical-coordinate representation of color #591879: hue angle of 280.21º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591879 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 24 | 121 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.53 |
| HSL | 280.21º | 0.67% | 0.28% | - |
| HSV(B) | 280.21º | 0.8% | 0.47% | - |
| XYZ | 7.9 | 4.16 | 18.48 | - |
| YUV | 54.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 121 | 0.26 | 0.80 | 0 | 0.53 | 280.21 | 0.67 | 0.28 |
| Hex | 59 | 18 | 79 | 1A | 50 | 0 | 35 | 118 | 43 | 1C |
| Octal | 131 | 30 | 171 | 32 | 120 | 0 | 65 | 430 | 103 | 34 |
| Binary | 1011001 | 11000 | 1111001 | 11010 | 1010000 | 0 | 110101 | 100011000 | 1000011 | 11100 |
Color Harmonies of #591879
Complementary color
Monochromatic Colors of #591879
Black with #591879
Text Example
Text Example
White with #591879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591879; }
p { color: rgb(89,24,121); }
H1.HeaderClassName
{
color: #591879;
}
.AnyTagClassName
{
color: #591879;
}
</style>
background-color css
<style>
a { background-color: #591879; }
a { background-color: rgb(89,24,121); }
div.DivClassName
{
background-color: #591879;
}
.BgClassName
{
background-color: #591879;
}
</style>
border-color css
<style>
span { border-color: #591879; }
span { border-color: rgb(89,24,121); }
td.TdClassName
{
border-color: #591879;
}
.TagClassName
{
border-color: #591879;
}
</style>