Shades of Indigo #55109A
Tints of Indigo #55109A
RGB
CMYK
RGB Variations
Color information
#55109A (or 0x55109A) is known color: Indigo. HEX triplet: 55, 10 and 9A. RGB value is (85,16,154). Sum of RGB (Red+Green+Blue) = 85+16+154=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #55109A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55109A is #AAEF65. Grayscale: #333333. Windows color (decimal): -11202406 or 10096725. OLE color: 10096725.
HSL color Cylindrical-coordinate representation of color #55109A: hue angle of 270º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55109A is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 16 | 154 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.40 |
| HSL | 270º | 0.81% | 0.33% | - |
| HSV(B) | 270º | 0.9% | 0.6% | - |
| XYZ | 9.76 | 4.63 | 30.95 | - |
| YUV | 52.36 | 185.36 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 154 | 0.45 | 0.90 | 0 | 0.40 | 270 | 0.81 | 0.33 |
| Hex | 55 | 10 | 9A | 2D | 5A | 0 | 28 | 10E | 51 | 21 |
| Octal | 125 | 20 | 232 | 55 | 132 | 0 | 50 | 416 | 121 | 41 |
| Binary | 1010101 | 10000 | 10011010 | 101101 | 1011010 | 0 | 101000 | 100001110 | 1010001 | 100001 |
Color Harmonies of #55109A
Complementary color
Monochromatic Colors of #55109A
Black with #55109A
Text Example
Text Example
White with #55109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55109A; }
p { color: rgb(85,16,154); }
H1.HeaderClassName
{
color: #55109A;
}
.AnyTagClassName
{
color: #55109A;
}
</style>
background-color css
<style>
a { background-color: #55109A; }
a { background-color: rgb(85,16,154); }
div.DivClassName
{
background-color: #55109A;
}
.BgClassName
{
background-color: #55109A;
}
</style>
border-color css
<style>
span { border-color: #55109A; }
span { border-color: rgb(85,16,154); }
td.TdClassName
{
border-color: #55109A;
}
.TagClassName
{
border-color: #55109A;
}
</style>