Shades of Indigo #59019B
Tints of Indigo #59019B
RGB
CMYK
RGB Variations
Color information
#59019B (or 0x59019B) is known color: Indigo. HEX triplet: 59, 01 and 9B. RGB value is (89,1,155). Sum of RGB (Red+Green+Blue) = 89+1+155=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #59019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59019B is #A6FE64. Grayscale: #2C2C2C. Windows color (decimal): -10944101 or 10158425. OLE color: 10158425.
HSL color Cylindrical-coordinate representation of color #59019B: hue angle of 274.29º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59019B is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 1 | 155 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.39 |
| HSL | 274.29º | 0.99% | 0.31% | - |
| HSV(B) | 274.29º | 0.99% | 0.61% | - |
| XYZ | 10.05 | 4.51 | 31.35 | - |
| YUV | 44.87 | 190.15 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 155 | 0.43 | 0.99 | 0 | 0.39 | 274.29 | 0.99 | 0.31 |
| Hex | 59 | 1 | 9B | 2B | 63 | 0 | 27 | 112 | 63 | 1F |
| Octal | 131 | 1 | 233 | 53 | 143 | 0 | 47 | 422 | 143 | 37 |
| Binary | 1011001 | 1 | 10011011 | 101011 | 1100011 | 0 | 100111 | 100010010 | 1100011 | 11111 |
Color Harmonies of #59019B
Complementary color
Monochromatic Colors of #59019B
Black with #59019B
Text Example
Text Example
White with #59019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59019B; }
p { color: rgb(89,1,155); }
H1.HeaderClassName
{
color: #59019B;
}
.AnyTagClassName
{
color: #59019B;
}
</style>
background-color css
<style>
a { background-color: #59019B; }
a { background-color: rgb(89,1,155); }
div.DivClassName
{
background-color: #59019B;
}
.BgClassName
{
background-color: #59019B;
}
</style>
border-color css
<style>
span { border-color: #59019B; }
span { border-color: rgb(89,1,155); }
td.TdClassName
{
border-color: #59019B;
}
.TagClassName
{
border-color: #59019B;
}
</style>