Shades of Indigo #59099B
Tints of Indigo #59099B
RGB
CMYK
RGB Variations
Color information
#59099B (or 0x59099B) is known color: Indigo. HEX triplet: 59, 09 and 9B. RGB value is (89,9,155). Sum of RGB (Red+Green+Blue) = 89+9+155=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #59099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59099B is #A6F664. Grayscale: #313131. Windows color (decimal): -10942053 or 10160473. OLE color: 10160473.
HSL color Cylindrical-coordinate representation of color #59099B: hue angle of 272.88º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59099B is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 9 | 155 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.39 |
| HSL | 272.88º | 0.89% | 0.32% | - |
| HSV(B) | 272.88º | 0.94% | 0.61% | - |
| XYZ | 10.13 | 4.69 | 31.38 | - |
| YUV | 49.56 | 187.5 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 155 | 0.43 | 0.94 | 0 | 0.39 | 272.88 | 0.89 | 0.32 |
| Hex | 59 | 9 | 9B | 2B | 5E | 0 | 27 | 111 | 59 | 20 |
| Octal | 131 | 11 | 233 | 53 | 136 | 0 | 47 | 421 | 131 | 40 |
| Binary | 1011001 | 1001 | 10011011 | 101011 | 1011110 | 0 | 100111 | 100010001 | 1011001 | 100000 |
Color Harmonies of #59099B
Complementary color
Monochromatic Colors of #59099B
Black with #59099B
Text Example
Text Example
White with #59099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59099B; }
p { color: rgb(89,9,155); }
H1.HeaderClassName
{
color: #59099B;
}
.AnyTagClassName
{
color: #59099B;
}
</style>
background-color css
<style>
a { background-color: #59099B; }
a { background-color: rgb(89,9,155); }
div.DivClassName
{
background-color: #59099B;
}
.BgClassName
{
background-color: #59099B;
}
</style>
border-color css
<style>
span { border-color: #59099B; }
span { border-color: rgb(89,9,155); }
td.TdClassName
{
border-color: #59099B;
}
.TagClassName
{
border-color: #59099B;
}
</style>