Shades of Indigo #59018F
Tints of Indigo #59018F
RGB
CMYK
RGB Variations
Color information
#59018F (or 0x59018F) is known color: Indigo. HEX triplet: 59, 01 and 8F. RGB value is (89,1,143). Sum of RGB (Red+Green+Blue) = 89+1+143=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 143 (56.25% from 255 or 61.37% from 233); Max value from RGB is 143 - color contains mainly: blue. Hex color #59018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59018F is #A6FE70. Grayscale: #2B2B2B. Windows color (decimal): -10944113 or 9371993. OLE color: 9371993.
HSL color Cylindrical-coordinate representation of color #59018F: hue angle of 277.18º degrees, saturation: 0.99, 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 #59018F is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 1 | 143 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.44 |
| HSL | 277.18º | 0.99% | 0.28% | - |
| HSV(B) | 277.18º | 0.99% | 0.56% | - |
| XYZ | 9.09 | 4.13 | 26.3 | - |
| YUV | 43.5 | 184.15 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 143 | 0.38 | 0.99 | 0 | 0.44 | 277.18 | 0.99 | 0.28 |
| Hex | 59 | 1 | 8F | 26 | 63 | 0 | 2C | 115 | 63 | 1C |
| Octal | 131 | 1 | 217 | 46 | 143 | 0 | 54 | 425 | 143 | 34 |
| Binary | 1011001 | 1 | 10001111 | 100110 | 1100011 | 0 | 101100 | 100010101 | 1100011 | 11100 |
Color Harmonies of #59018F
Complementary color
Monochromatic Colors of #59018F
Black with #59018F
Text Example
Text Example
White with #59018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59018F; }
p { color: rgb(89,1,143); }
H1.HeaderClassName
{
color: #59018F;
}
.AnyTagClassName
{
color: #59018F;
}
</style>
background-color css
<style>
a { background-color: #59018F; }
a { background-color: rgb(89,1,143); }
div.DivClassName
{
background-color: #59018F;
}
.BgClassName
{
background-color: #59018F;
}
</style>
border-color css
<style>
span { border-color: #59018F; }
span { border-color: rgb(89,1,143); }
td.TdClassName
{
border-color: #59018F;
}
.TagClassName
{
border-color: #59018F;
}
</style>