Shades of Indigo #550C66
Tints of Indigo #550C66
RGB
CMYK
RGB Variations
Color information
#550C66 (or 0x550C66) is known color: Indigo. HEX triplet: 55, 0C and 66. RGB value is (85,12,102). Sum of RGB (Red+Green+Blue) = 85+12+102=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #550C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C66 is #AAF399. Grayscale: #2B2B2B. Windows color (decimal): -11203482 or 6687829. OLE color: 6687829.
HSL color Cylindrical-coordinate representation of color #550C66: hue angle of 288.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550C66 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 12 | 102 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.6 |
| HSL | 288.67º | 0.79% | 0.22% | - |
| HSV(B) | 288.67º | 0.88% | 0.4% | - |
| XYZ | 6.28 | 3.15 | 12.85 | - |
| YUV | 44.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 102 | 0.17 | 0.88 | 0 | 0.6 | 288.67 | 0.79 | 0.22 |
| Hex | 55 | C | 66 | 11 | 58 | 0 | 3C | 121 | 4F | 16 |
| Octal | 125 | 14 | 146 | 21 | 130 | 0 | 74 | 441 | 117 | 26 |
| Binary | 1010101 | 1100 | 1100110 | 10001 | 1011000 | 0 | 111100 | 100100001 | 1001111 | 10110 |
Color Harmonies of #550C66
Complementary color
Monochromatic Colors of #550C66
Black with #550C66
Text Example
Text Example
White with #550C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C66; }
p { color: rgb(85,12,102); }
H1.HeaderClassName
{
color: #550C66;
}
.AnyTagClassName
{
color: #550C66;
}
</style>
background-color css
<style>
a { background-color: #550C66; }
a { background-color: rgb(85,12,102); }
div.DivClassName
{
background-color: #550C66;
}
.BgClassName
{
background-color: #550C66;
}
</style>
border-color css
<style>
span { border-color: #550C66; }
span { border-color: rgb(85,12,102); }
td.TdClassName
{
border-color: #550C66;
}
.TagClassName
{
border-color: #550C66;
}
</style>