Shades of Indigo #551677
Tints of Indigo #551677
RGB
CMYK
RGB Variations
Color information
#551677 (or 0x551677) is known color: Indigo. HEX triplet: 55, 16 and 77. RGB value is (85,22,119). Sum of RGB (Red+Green+Blue) = 85+22+119=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #551677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551677 is #AAE988. Grayscale: #333333. Windows color (decimal): -11200905 or 7804501. OLE color: 7804501.
HSL color Cylindrical-coordinate representation of color #551677: hue angle of 278.97º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551677 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 22 | 119 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.53 |
| HSL | 278.97º | 0.69% | 0.28% | - |
| HSV(B) | 278.97º | 0.82% | 0.47% | - |
| XYZ | 7.36 | 3.84 | 17.81 | - |
| YUV | 51.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 119 | 0.29 | 0.82 | 0 | 0.53 | 278.97 | 0.69 | 0.28 |
| Hex | 55 | 16 | 77 | 1D | 52 | 0 | 35 | 117 | 45 | 1C |
| Octal | 125 | 26 | 167 | 35 | 122 | 0 | 65 | 427 | 105 | 34 |
| Binary | 1010101 | 10110 | 1110111 | 11101 | 1010010 | 0 | 110101 | 100010111 | 1000101 | 11100 |
Color Harmonies of #551677
Complementary color
Monochromatic Colors of #551677
Black with #551677
Text Example
Text Example
White with #551677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551677; }
p { color: rgb(85,22,119); }
H1.HeaderClassName
{
color: #551677;
}
.AnyTagClassName
{
color: #551677;
}
</style>
background-color css
<style>
a { background-color: #551677; }
a { background-color: rgb(85,22,119); }
div.DivClassName
{
background-color: #551677;
}
.BgClassName
{
background-color: #551677;
}
</style>
border-color css
<style>
span { border-color: #551677; }
span { border-color: rgb(85,22,119); }
td.TdClassName
{
border-color: #551677;
}
.TagClassName
{
border-color: #551677;
}
</style>