Shades of Indigo #550777
Tints of Indigo #550777
RGB
CMYK
RGB Variations
Color information
#550777 (or 0x550777) is known color: Indigo. HEX triplet: 55, 07 and 77. RGB value is (85,7,119). Sum of RGB (Red+Green+Blue) = 85+7+119=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #550777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550777 is #AAF888. Grayscale: #2A2A2A. Windows color (decimal): -11204745 or 7800661. OLE color: 7800661.
HSL color Cylindrical-coordinate representation of color #550777: hue angle of 281.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550777 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 7 | 119 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.53 |
| HSL | 281.79º | 0.89% | 0.25% | - |
| HSV(B) | 281.79º | 0.94% | 0.47% | - |
| XYZ | 7.15 | 3.42 | 17.74 | - |
| YUV | 43.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 119 | 0.29 | 0.94 | 0 | 0.53 | 281.79 | 0.89 | 0.25 |
| Hex | 55 | 7 | 77 | 1D | 5E | 0 | 35 | 11A | 59 | 19 |
| Octal | 125 | 7 | 167 | 35 | 136 | 0 | 65 | 432 | 131 | 31 |
| Binary | 1010101 | 111 | 1110111 | 11101 | 1011110 | 0 | 110101 | 100011010 | 1011001 | 11001 |
Color Harmonies of #550777
Complementary color
Monochromatic Colors of #550777
Black with #550777
Text Example
Text Example
White with #550777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550777; }
p { color: rgb(85,7,119); }
H1.HeaderClassName
{
color: #550777;
}
.AnyTagClassName
{
color: #550777;
}
</style>
background-color css
<style>
a { background-color: #550777; }
a { background-color: rgb(85,7,119); }
div.DivClassName
{
background-color: #550777;
}
.BgClassName
{
background-color: #550777;
}
</style>
border-color css
<style>
span { border-color: #550777; }
span { border-color: rgb(85,7,119); }
td.TdClassName
{
border-color: #550777;
}
.TagClassName
{
border-color: #550777;
}
</style>