Shades of Indigo #550873
Tints of Indigo #550873
RGB
CMYK
RGB Variations
Color information
#550873 (or 0x550873) is known color: Indigo. HEX triplet: 55, 08 and 73. RGB value is (85,8,115). Sum of RGB (Red+Green+Blue) = 85+8+115=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #550873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550873 is #AAF78C. Grayscale: #2A2A2A. Windows color (decimal): -11204493 or 7538773. OLE color: 7538773.
HSL color Cylindrical-coordinate representation of color #550873: hue angle of 283.18º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550873 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 8 | 115 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.55 |
| HSL | 283.18º | 0.87% | 0.24% | - |
| HSV(B) | 283.18º | 0.93% | 0.45% | - |
| XYZ | 6.93 | 3.34 | 16.5 | - |
| YUV | 43.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 115 | 0.26 | 0.93 | 0 | 0.55 | 283.18 | 0.87 | 0.24 |
| Hex | 55 | 8 | 73 | 1A | 5D | 0 | 37 | 11B | 57 | 18 |
| Octal | 125 | 10 | 163 | 32 | 135 | 0 | 67 | 433 | 127 | 30 |
| Binary | 1010101 | 1000 | 1110011 | 11010 | 1011101 | 0 | 110111 | 100011011 | 1010111 | 11000 |
Color Harmonies of #550873
Complementary color
Monochromatic Colors of #550873
Black with #550873
Text Example
Text Example
White with #550873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550873; }
p { color: rgb(85,8,115); }
H1.HeaderClassName
{
color: #550873;
}
.AnyTagClassName
{
color: #550873;
}
</style>
background-color css
<style>
a { background-color: #550873; }
a { background-color: rgb(85,8,115); }
div.DivClassName
{
background-color: #550873;
}
.BgClassName
{
background-color: #550873;
}
</style>
border-color css
<style>
span { border-color: #550873; }
span { border-color: rgb(85,8,115); }
td.TdClassName
{
border-color: #550873;
}
.TagClassName
{
border-color: #550873;
}
</style>