Shades of Indigo #550776
Tints of Indigo #550776
RGB
CMYK
RGB Variations
Color information
#550776 (or 0x550776) is known color: Indigo. HEX triplet: 55, 07 and 76. RGB value is (85,7,118). Sum of RGB (Red+Green+Blue) = 85+7+118=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #550776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550776 is #AAF889. Grayscale: #2A2A2A. Windows color (decimal): -11204746 or 7735125. OLE color: 7735125.
HSL color Cylindrical-coordinate representation of color #550776: hue angle of 282.16º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550776 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 7 | 118 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.54 |
| HSL | 282.16º | 0.89% | 0.25% | - |
| HSV(B) | 282.16º | 0.94% | 0.46% | - |
| XYZ | 7.09 | 3.39 | 17.42 | - |
| YUV | 42.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 118 | 0.28 | 0.94 | 0 | 0.54 | 282.16 | 0.89 | 0.25 |
| Hex | 55 | 7 | 76 | 1C | 5E | 0 | 36 | 11A | 59 | 19 |
| Octal | 125 | 7 | 166 | 34 | 136 | 0 | 66 | 432 | 131 | 31 |
| Binary | 1010101 | 111 | 1110110 | 11100 | 1011110 | 0 | 110110 | 100011010 | 1011001 | 11001 |
Color Harmonies of #550776
Complementary color
Monochromatic Colors of #550776
Black with #550776
Text Example
Text Example
White with #550776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550776; }
p { color: rgb(85,7,118); }
H1.HeaderClassName
{
color: #550776;
}
.AnyTagClassName
{
color: #550776;
}
</style>
background-color css
<style>
a { background-color: #550776; }
a { background-color: rgb(85,7,118); }
div.DivClassName
{
background-color: #550776;
}
.BgClassName
{
background-color: #550776;
}
</style>
border-color css
<style>
span { border-color: #550776; }
span { border-color: rgb(85,7,118); }
td.TdClassName
{
border-color: #550776;
}
.TagClassName
{
border-color: #550776;
}
</style>