Shades of Indigo #55009A
Tints of Indigo #55009A
RGB
CMYK
RGB Variations
Color information
#55009A (or 0x55009A) is known color: Indigo. HEX triplet: 55, 00 and 9A. RGB value is (85,0,154). Sum of RGB (Red+Green+Blue) = 85+0+154=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #55009A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55009A is #AAFF65. Grayscale: #2A2A2A. Windows color (decimal): -11206502 or 10092629. OLE color: 10092629.
HSL color Cylindrical-coordinate representation of color #55009A: hue angle of 273.12º 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 #55009A is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 0 | 154 | - |
| CMYK | 0.45 | 1 | 0 | 0.40 |
| HSL | 273.12º | 1% | 0.3% | - |
| HSV(B) | 273.12º | 1% | 0.6% | - |
| XYZ | 9.58 | 4.26 | 30.89 | - |
| YUV | 42.97 | 190.66 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 154 | 0.45 | 1 | 0 | 0.40 | 273.12 | 1 | 0.3 |
| Hex | 55 | 0 | 9A | 2D | 64 | 0 | 28 | 111 | 64 | 1E |
| Octal | 125 | 0 | 232 | 55 | 144 | 0 | 50 | 421 | 144 | 36 |
| Binary | 1010101 | 0 | 10011010 | 101101 | 1100100 | 0 | 101000 | 100010001 | 1100100 | 11110 |
Color Harmonies of #55009A
Complementary color
Monochromatic Colors of #55009A
Black with #55009A
Text Example
Text Example
White with #55009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55009A; }
p { color: rgb(85,0,154); }
H1.HeaderClassName
{
color: #55009A;
}
.AnyTagClassName
{
color: #55009A;
}
</style>
background-color css
<style>
a { background-color: #55009A; }
a { background-color: rgb(85,0,154); }
div.DivClassName
{
background-color: #55009A;
}
.BgClassName
{
background-color: #55009A;
}
</style>
border-color css
<style>
span { border-color: #55009A; }
span { border-color: rgb(85,0,154); }
td.TdClassName
{
border-color: #55009A;
}
.TagClassName
{
border-color: #55009A;
}
</style>