Shades of Indigo #551777
Tints of Indigo #551777
RGB
CMYK
RGB Variations
Color information
#551777 (or 0x551777) is known color: Indigo. HEX triplet: 55, 17 and 77. RGB value is (85,23,119). Sum of RGB (Red+Green+Blue) = 85+23+119=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #551777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551777 is #AAE888. Grayscale: #343434. Windows color (decimal): -11200649 or 7804757. OLE color: 7804757.
HSL color Cylindrical-coordinate representation of color #551777: hue angle of 278.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551777 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 23 | 119 | - |
| CMYK | 0.29 | 0.81 | 0 | 0.53 |
| HSL | 278.75º | 0.68% | 0.28% | - |
| HSV(B) | 278.75º | 0.81% | 0.47% | - |
| XYZ | 7.38 | 3.88 | 17.81 | - |
| YUV | 52.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 119 | 0.29 | 0.81 | 0 | 0.53 | 278.75 | 0.68 | 0.28 |
| Hex | 55 | 17 | 77 | 1D | 51 | 0 | 35 | 117 | 44 | 1C |
| Octal | 125 | 27 | 167 | 35 | 121 | 0 | 65 | 427 | 104 | 34 |
| Binary | 1010101 | 10111 | 1110111 | 11101 | 1010001 | 0 | 110101 | 100010111 | 1000100 | 11100 |
Color Harmonies of #551777
Complementary color
Monochromatic Colors of #551777
Black with #551777
Text Example
Text Example
White with #551777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551777; }
p { color: rgb(85,23,119); }
H1.HeaderClassName
{
color: #551777;
}
.AnyTagClassName
{
color: #551777;
}
</style>
background-color css
<style>
a { background-color: #551777; }
a { background-color: rgb(85,23,119); }
div.DivClassName
{
background-color: #551777;
}
.BgClassName
{
background-color: #551777;
}
</style>
border-color css
<style>
span { border-color: #551777; }
span { border-color: rgb(85,23,119); }
td.TdClassName
{
border-color: #551777;
}
.TagClassName
{
border-color: #551777;
}
</style>