Shades of Indigo #550672
Tints of Indigo #550672
RGB
CMYK
RGB Variations
Color information
#550672 (or 0x550672) is known color: Indigo. HEX triplet: 55, 06 and 72. RGB value is (85,6,114). Sum of RGB (Red+Green+Blue) = 85+6+114=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #550672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550672 is #AAF98D. Grayscale: #292929. Windows color (decimal): -11205006 or 7472725. OLE color: 7472725.
HSL color Cylindrical-coordinate representation of color #550672: hue angle of 283.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550672 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 6 | 114 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.55 |
| HSL | 283.89º | 0.9% | 0.24% | - |
| HSV(B) | 283.89º | 0.95% | 0.45% | - |
| XYZ | 6.85 | 3.28 | 16.19 | - |
| YUV | 41.93 | 168.67 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 114 | 0.25 | 0.95 | 0 | 0.55 | 283.89 | 0.9 | 0.24 |
| Hex | 55 | 6 | 72 | 19 | 5F | 0 | 37 | 11C | 5A | 18 |
| Octal | 125 | 6 | 162 | 31 | 137 | 0 | 67 | 434 | 132 | 30 |
| Binary | 1010101 | 110 | 1110010 | 11001 | 1011111 | 0 | 110111 | 100011100 | 1011010 | 11000 |
Color Harmonies of #550672
Complementary color
Monochromatic Colors of #550672
Black with #550672
Text Example
Text Example
White with #550672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550672; }
p { color: rgb(85,6,114); }
H1.HeaderClassName
{
color: #550672;
}
.AnyTagClassName
{
color: #550672;
}
</style>
background-color css
<style>
a { background-color: #550672; }
a { background-color: rgb(85,6,114); }
div.DivClassName
{
background-color: #550672;
}
.BgClassName
{
background-color: #550672;
}
</style>
border-color css
<style>
span { border-color: #550672; }
span { border-color: rgb(85,6,114); }
td.TdClassName
{
border-color: #550672;
}
.TagClassName
{
border-color: #550672;
}
</style>