Shades of Indigo #59009A
Tints of Indigo #59009A
RGB
CMYK
RGB Variations
Color information
#59009A (or 0x59009A) is known color: Indigo. HEX triplet: 59, 00 and 9A. RGB value is (89,0,154). Sum of RGB (Red+Green+Blue) = 89+0+154=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #59009A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #59009A is #A6FF65. Grayscale: #2B2B2B. Windows color (decimal): -10944358 or 10092633. OLE color: 10092633.
HSL color Cylindrical-coordinate representation of color #59009A: hue angle of 274.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59009A is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 0 | 154 | - |
| CMYK | 0.42 | 1 | 0 | 0.40 |
| HSL | 274.68º | 1% | 0.3% | - |
| HSV(B) | 274.68º | 1% | 0.6% | - |
| XYZ | 9.95 | 4.46 | 30.91 | - |
| YUV | 44.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 154 | 0.42 | 1 | 0 | 0.40 | 274.68 | 1 | 0.3 |
| Hex | 59 | 0 | 9A | 2A | 64 | 0 | 28 | 113 | 64 | 1E |
| Octal | 131 | 0 | 232 | 52 | 144 | 0 | 50 | 423 | 144 | 36 |
| Binary | 1011001 | 0 | 10011010 | 101010 | 1100100 | 0 | 101000 | 100010011 | 1100100 | 11110 |
Color Harmonies of #59009A
Complementary color
Monochromatic Colors of #59009A
Black with #59009A
Text Example
Text Example
White with #59009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59009A; }
p { color: rgb(89,0,154); }
H1.HeaderClassName
{
color: #59009A;
}
.AnyTagClassName
{
color: #59009A;
}
</style>
background-color css
<style>
a { background-color: #59009A; }
a { background-color: rgb(89,0,154); }
div.DivClassName
{
background-color: #59009A;
}
.BgClassName
{
background-color: #59009A;
}
</style>
border-color css
<style>
span { border-color: #59009A; }
span { border-color: rgb(89,0,154); }
td.TdClassName
{
border-color: #59009A;
}
.TagClassName
{
border-color: #59009A;
}
</style>