Shades of Indigo #551671
Tints of Indigo #551671
RGB
CMYK
RGB Variations
Color information
#551671 (or 0x551671) is known color: Indigo. HEX triplet: 55, 16 and 71. RGB value is (85,22,113). Sum of RGB (Red+Green+Blue) = 85+22+113=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #551671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551671 is #AAE98E. Grayscale: #323232. Windows color (decimal): -11200911 or 7411285. OLE color: 7411285.
HSL color Cylindrical-coordinate representation of color #551671: hue angle of 281.54º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551671 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 22 | 113 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.56 |
| HSL | 281.54º | 0.67% | 0.26% | - |
| HSV(B) | 281.54º | 0.81% | 0.44% | - |
| XYZ | 7.01 | 3.7 | 15.97 | - |
| YUV | 51.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 113 | 0.25 | 0.81 | 0 | 0.56 | 281.54 | 0.67 | 0.26 |
| Hex | 55 | 16 | 71 | 19 | 51 | 0 | 38 | 11A | 43 | 1A |
| Octal | 125 | 26 | 161 | 31 | 121 | 0 | 70 | 432 | 103 | 32 |
| Binary | 1010101 | 10110 | 1110001 | 11001 | 1010001 | 0 | 111000 | 100011010 | 1000011 | 11010 |
Color Harmonies of #551671
Complementary color
Monochromatic Colors of #551671
Black with #551671
Text Example
Text Example
White with #551671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551671; }
p { color: rgb(85,22,113); }
H1.HeaderClassName
{
color: #551671;
}
.AnyTagClassName
{
color: #551671;
}
</style>
background-color css
<style>
a { background-color: #551671; }
a { background-color: rgb(85,22,113); }
div.DivClassName
{
background-color: #551671;
}
.BgClassName
{
background-color: #551671;
}
</style>
border-color css
<style>
span { border-color: #551671; }
span { border-color: rgb(85,22,113); }
td.TdClassName
{
border-color: #551671;
}
.TagClassName
{
border-color: #551671;
}
</style>