Shades of Indigo #551770
Tints of Indigo #551770
RGB
CMYK
RGB Variations
Color information
#551770 (or 0x551770) is known color: Indigo. HEX triplet: 55, 17 and 70. RGB value is (85,23,112). Sum of RGB (Red+Green+Blue) = 85+23+112=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #551770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551770 is #AAE88F. Grayscale: #333333. Windows color (decimal): -11200656 or 7346005. OLE color: 7346005.
HSL color Cylindrical-coordinate representation of color #551770: hue angle of 281.8º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551770 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 23 | 112 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.56 |
| HSL | 281.8º | 0.66% | 0.26% | - |
| HSV(B) | 281.8º | 0.79% | 0.44% | - |
| XYZ | 6.98 | 3.71 | 15.68 | - |
| YUV | 51.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 112 | 0.24 | 0.79 | 0 | 0.56 | 281.8 | 0.66 | 0.26 |
| Hex | 55 | 17 | 70 | 18 | 4F | 0 | 38 | 11A | 42 | 1A |
| Octal | 125 | 27 | 160 | 30 | 117 | 0 | 70 | 432 | 102 | 32 |
| Binary | 1010101 | 10111 | 1110000 | 11000 | 1001111 | 0 | 111000 | 100011010 | 1000010 | 11010 |
Color Harmonies of #551770
Complementary color
Monochromatic Colors of #551770
Black with #551770
Text Example
Text Example
White with #551770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551770; }
p { color: rgb(85,23,112); }
H1.HeaderClassName
{
color: #551770;
}
.AnyTagClassName
{
color: #551770;
}
</style>
background-color css
<style>
a { background-color: #551770; }
a { background-color: rgb(85,23,112); }
div.DivClassName
{
background-color: #551770;
}
.BgClassName
{
background-color: #551770;
}
</style>
border-color css
<style>
span { border-color: #551770; }
span { border-color: rgb(85,23,112); }
td.TdClassName
{
border-color: #551770;
}
.TagClassName
{
border-color: #551770;
}
</style>