Shades of Indigo #551672
Tints of Indigo #551672
RGB
CMYK
RGB Variations
Color information
#551672 (or 0x551672) is known color: Indigo. HEX triplet: 55, 16 and 72. RGB value is (85,22,114). Sum of RGB (Red+Green+Blue) = 85+22+114=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #551672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551672 is #AAE98D. Grayscale: #333333. Windows color (decimal): -11200910 or 7476821. OLE color: 7476821.
HSL color Cylindrical-coordinate representation of color #551672: hue angle of 281.09º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551672 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 22 | 114 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.55 |
| HSL | 281.09º | 0.68% | 0.27% | - |
| HSV(B) | 281.09º | 0.81% | 0.45% | - |
| XYZ | 7.07 | 3.72 | 16.26 | - |
| YUV | 51.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 22 | 114 | 0.25 | 0.81 | 0 | 0.55 | 281.09 | 0.68 | 0.27 |
| Hex | 55 | 16 | 72 | 19 | 51 | 0 | 37 | 119 | 44 | 1B |
| Octal | 125 | 26 | 162 | 31 | 121 | 0 | 67 | 431 | 104 | 33 |
| Binary | 1010101 | 10110 | 1110010 | 11001 | 1010001 | 0 | 110111 | 100011001 | 1000100 | 11011 |
Color Harmonies of #551672
Complementary color
Monochromatic Colors of #551672
Black with #551672
Text Example
Text Example
White with #551672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551672; }
p { color: rgb(85,22,114); }
H1.HeaderClassName
{
color: #551672;
}
.AnyTagClassName
{
color: #551672;
}
</style>
background-color css
<style>
a { background-color: #551672; }
a { background-color: rgb(85,22,114); }
div.DivClassName
{
background-color: #551672;
}
.BgClassName
{
background-color: #551672;
}
</style>
border-color css
<style>
span { border-color: #551672; }
span { border-color: rgb(85,22,114); }
td.TdClassName
{
border-color: #551672;
}
.TagClassName
{
border-color: #551672;
}
</style>