Shades of Indigo #55168E
Tints of Indigo #55168E
RGB
CMYK
RGB Variations
Color information
#55168E (or 0x55168E) is known color: Indigo. HEX triplet: 55, 16 and 8E. RGB value is (85,22,142). Sum of RGB (Red+Green+Blue) = 85+22+142=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #55168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55168E is #AAE971. Grayscale: #363636. Windows color (decimal): -11200882 or 9311829. OLE color: 9311829.
HSL color Cylindrical-coordinate representation of color #55168E: hue angle of 271.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55168E is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 22 | 142 | - |
| CMYK | 0.40 | 0.85 | 0 | 0.44 |
| HSL | 271.5º | 0.73% | 0.32% | - |
| HSV(B) | 271.5º | 0.85% | 0.56% | - |
| XYZ | 8.92 | 4.46 | 25.98 | - |
| YUV | 54.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 142 | 0.40 | 0.85 | 0 | 0.44 | 271.5 | 0.73 | 0.32 |
| Hex | 55 | 16 | 8E | 28 | 55 | 0 | 2C | 110 | 49 | 20 |
| Octal | 125 | 26 | 216 | 50 | 125 | 0 | 54 | 420 | 111 | 40 |
| Binary | 1010101 | 10110 | 10001110 | 101000 | 1010101 | 0 | 101100 | 100010000 | 1001001 | 100000 |
Color Harmonies of #55168E
Complementary color
Monochromatic Colors of #55168E
Black with #55168E
Text Example
Text Example
White with #55168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55168E; }
p { color: rgb(85,22,142); }
H1.HeaderClassName
{
color: #55168E;
}
.AnyTagClassName
{
color: #55168E;
}
</style>
background-color css
<style>
a { background-color: #55168E; }
a { background-color: rgb(85,22,142); }
div.DivClassName
{
background-color: #55168E;
}
.BgClassName
{
background-color: #55168E;
}
</style>
border-color css
<style>
span { border-color: #55168E; }
span { border-color: rgb(85,22,142); }
td.TdClassName
{
border-color: #55168E;
}
.TagClassName
{
border-color: #55168E;
}
</style>