Shades of Indigo #59149B
Tints of Indigo #59149B
RGB
CMYK
RGB Variations
Color information
#59149B (or 0x59149B) is known color: Indigo. HEX triplet: 59, 14 and 9B. RGB value is (89,20,155). Sum of RGB (Red+Green+Blue) = 89+20+155=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #59149B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59149B is #A6EB64. Grayscale: #373737. Windows color (decimal): -10939237 or 10163289. OLE color: 10163289.
HSL color Cylindrical-coordinate representation of color #59149B: hue angle of 270.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59149B is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 20 | 155 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.39 |
| HSL | 270.67º | 0.77% | 0.34% | - |
| HSV(B) | 270.67º | 0.87% | 0.61% | - |
| XYZ | 10.29 | 4.99 | 31.43 | - |
| YUV | 56.02 | 183.86 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 155 | 0.43 | 0.87 | 0 | 0.39 | 270.67 | 0.77 | 0.34 |
| Hex | 59 | 14 | 9B | 2B | 57 | 0 | 27 | 10F | 4D | 22 |
| Octal | 131 | 24 | 233 | 53 | 127 | 0 | 47 | 417 | 115 | 42 |
| Binary | 1011001 | 10100 | 10011011 | 101011 | 1010111 | 0 | 100111 | 100001111 | 1001101 | 100010 |
Color Harmonies of #59149B
Complementary color
Monochromatic Colors of #59149B
Black with #59149B
Text Example
Text Example
White with #59149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59149B; }
p { color: rgb(89,20,155); }
H1.HeaderClassName
{
color: #59149B;
}
.AnyTagClassName
{
color: #59149B;
}
</style>
background-color css
<style>
a { background-color: #59149B; }
a { background-color: rgb(89,20,155); }
div.DivClassName
{
background-color: #59149B;
}
.BgClassName
{
background-color: #59149B;
}
</style>
border-color css
<style>
span { border-color: #59149B; }
span { border-color: rgb(89,20,155); }
td.TdClassName
{
border-color: #59149B;
}
.TagClassName
{
border-color: #59149B;
}
</style>