Shades of Indigo #550770
Tints of Indigo #550770
RGB
CMYK
RGB Variations
Color information
#550770 (or 0x550770) is known color: Indigo. HEX triplet: 55, 07 and 70. RGB value is (85,7,112). Sum of RGB (Red+Green+Blue) = 85+7+112=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #550770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550770 is #AAF88F. Grayscale: #292929. Windows color (decimal): -11204752 or 7341909. OLE color: 7341909.
HSL color Cylindrical-coordinate representation of color #550770: hue angle of 284.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550770 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 7 | 112 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.56 |
| HSL | 284.57º | 0.88% | 0.23% | - |
| HSV(B) | 284.57º | 0.94% | 0.44% | - |
| XYZ | 6.75 | 3.25 | 15.6 | - |
| YUV | 42.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 112 | 0.24 | 0.94 | 0 | 0.56 | 284.57 | 0.88 | 0.23 |
| Hex | 55 | 7 | 70 | 18 | 5E | 0 | 38 | 11D | 58 | 17 |
| Octal | 125 | 7 | 160 | 30 | 136 | 0 | 70 | 435 | 130 | 27 |
| Binary | 1010101 | 111 | 1110000 | 11000 | 1011110 | 0 | 111000 | 100011101 | 1011000 | 10111 |
Color Harmonies of #550770
Complementary color
Monochromatic Colors of #550770
Black with #550770
Text Example
Text Example
White with #550770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550770; }
p { color: rgb(85,7,112); }
H1.HeaderClassName
{
color: #550770;
}
.AnyTagClassName
{
color: #550770;
}
</style>
background-color css
<style>
a { background-color: #550770; }
a { background-color: rgb(85,7,112); }
div.DivClassName
{
background-color: #550770;
}
.BgClassName
{
background-color: #550770;
}
</style>
border-color css
<style>
span { border-color: #550770; }
span { border-color: rgb(85,7,112); }
td.TdClassName
{
border-color: #550770;
}
.TagClassName
{
border-color: #550770;
}
</style>