Shades of Indigo #59028F
Tints of Indigo #59028F
RGB
CMYK
RGB Variations
Color information
#59028F (or 0x59028F) is known color: Indigo. HEX triplet: 59, 02 and 8F. RGB value is (89,2,143). Sum of RGB (Red+Green+Blue) = 89+2+143=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 143 (56.25% from 255 or 61.11% from 234); Max value from RGB is 143 - color contains mainly: blue. Hex color #59028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59028F is #A6FD70. Grayscale: #2B2B2B. Windows color (decimal): -10943857 or 9372249. OLE color: 9372249.
HSL color Cylindrical-coordinate representation of color #59028F: hue angle of 277.02º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59028F is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 2 | 143 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.44 |
| HSL | 277.02º | 0.97% | 0.28% | - |
| HSV(B) | 277.02º | 0.99% | 0.56% | - |
| XYZ | 9.1 | 4.15 | 26.31 | - |
| YUV | 44.09 | 183.82 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 143 | 0.38 | 0.99 | 0 | 0.44 | 277.02 | 0.97 | 0.28 |
| Hex | 59 | 2 | 8F | 26 | 63 | 0 | 2C | 115 | 61 | 1C |
| Octal | 131 | 2 | 217 | 46 | 143 | 0 | 54 | 425 | 141 | 34 |
| Binary | 1011001 | 10 | 10001111 | 100110 | 1100011 | 0 | 101100 | 100010101 | 1100001 | 11100 |
Color Harmonies of #59028F
Complementary color
Monochromatic Colors of #59028F
Black with #59028F
Text Example
Text Example
White with #59028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59028F; }
p { color: rgb(89,2,143); }
H1.HeaderClassName
{
color: #59028F;
}
.AnyTagClassName
{
color: #59028F;
}
</style>
background-color css
<style>
a { background-color: #59028F; }
a { background-color: rgb(89,2,143); }
div.DivClassName
{
background-color: #59028F;
}
.BgClassName
{
background-color: #59028F;
}
</style>
border-color css
<style>
span { border-color: #59028F; }
span { border-color: rgb(89,2,143); }
td.TdClassName
{
border-color: #59028F;
}
.TagClassName
{
border-color: #59028F;
}
</style>