Shades of Indigo #59128B
Tints of Indigo #59128B
RGB
CMYK
RGB Variations
Color information
#59128B (or 0x59128B) is known color: Indigo. HEX triplet: 59, 12 and 8B. RGB value is (89,18,139). Sum of RGB (Red+Green+Blue) = 89+18+139=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #59128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59128B is #A6ED74. Grayscale: #343434. Windows color (decimal): -10939765 or 9114201. OLE color: 9114201.
HSL color Cylindrical-coordinate representation of color #59128B: hue angle of 275.21º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59128B is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 18 | 139 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.45 |
| HSL | 275.21º | 0.77% | 0.31% | - |
| HSV(B) | 275.21º | 0.87% | 0.55% | - |
| XYZ | 9 | 4.42 | 24.81 | - |
| YUV | 53.02 | 176.52 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 139 | 0.36 | 0.87 | 0 | 0.45 | 275.21 | 0.77 | 0.31 |
| Hex | 59 | 12 | 8B | 24 | 57 | 0 | 2D | 113 | 4D | 1F |
| Octal | 131 | 22 | 213 | 44 | 127 | 0 | 55 | 423 | 115 | 37 |
| Binary | 1011001 | 10010 | 10001011 | 100100 | 1010111 | 0 | 101101 | 100010011 | 1001101 | 11111 |
Color Harmonies of #59128B
Complementary color
Monochromatic Colors of #59128B
Black with #59128B
Text Example
Text Example
White with #59128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59128B; }
p { color: rgb(89,18,139); }
H1.HeaderClassName
{
color: #59128B;
}
.AnyTagClassName
{
color: #59128B;
}
</style>
background-color css
<style>
a { background-color: #59128B; }
a { background-color: rgb(89,18,139); }
div.DivClassName
{
background-color: #59128B;
}
.BgClassName
{
background-color: #59128B;
}
</style>
border-color css
<style>
span { border-color: #59128B; }
span { border-color: rgb(89,18,139); }
td.TdClassName
{
border-color: #59128B;
}
.TagClassName
{
border-color: #59128B;
}
</style>