Shades of Indigo #550E71
Tints of Indigo #550E71
RGB
CMYK
RGB Variations
Color information
#550E71 (or 0x550E71) is known color: Indigo. HEX triplet: 55, 0E and 71. RGB value is (85,14,113). Sum of RGB (Red+Green+Blue) = 85+14+113=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #550E71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550E71 is #AAF18E. Grayscale: #2E2E2E. Windows color (decimal): -11202959 or 7409237. OLE color: 7409237.
HSL color Cylindrical-coordinate representation of color #550E71: hue angle of 283.03º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550E71 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 14 | 113 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.56 |
| HSL | 283.03º | 0.78% | 0.25% | - |
| HSV(B) | 283.03º | 0.88% | 0.44% | - |
| XYZ | 6.88 | 3.44 | 15.92 | - |
| YUV | 46.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 14 | 113 | 0.25 | 0.88 | 0 | 0.56 | 283.03 | 0.78 | 0.25 |
| Hex | 55 | E | 71 | 19 | 58 | 0 | 38 | 11B | 4E | 19 |
| Octal | 125 | 16 | 161 | 31 | 130 | 0 | 70 | 433 | 116 | 31 |
| Binary | 1010101 | 1110 | 1110001 | 11001 | 1011000 | 0 | 111000 | 100011011 | 1001110 | 11001 |
Color Harmonies of #550E71
Complementary color
Monochromatic Colors of #550E71
Black with #550E71
Text Example
Text Example
White with #550E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550E71; }
p { color: rgb(85,14,113); }
H1.HeaderClassName
{
color: #550E71;
}
.AnyTagClassName
{
color: #550E71;
}
</style>
background-color css
<style>
a { background-color: #550E71; }
a { background-color: rgb(85,14,113); }
div.DivClassName
{
background-color: #550E71;
}
.BgClassName
{
background-color: #550E71;
}
</style>
border-color css
<style>
span { border-color: #550E71; }
span { border-color: rgb(85,14,113); }
td.TdClassName
{
border-color: #550E71;
}
.TagClassName
{
border-color: #550E71;
}
</style>