Shades of Indigo #550D66
Tints of Indigo #550D66
RGB
CMYK
RGB Variations
Color information
#550D66 (or 0x550D66) is known color: Indigo. HEX triplet: 55, 0D and 66. RGB value is (85,13,102). Sum of RGB (Red+Green+Blue) = 85+13+102=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #550D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D66 is #AAF299. Grayscale: #2C2C2C. Windows color (decimal): -11203226 or 6688085. OLE color: 6688085.
HSL color Cylindrical-coordinate representation of color #550D66: hue angle of 288.54º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550D66 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 85 | 13 | 102 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.6 |
| HSL | 288.54º | 0.77% | 0.23% | - |
| HSV(B) | 288.54º | 0.87% | 0.4% | - |
| XYZ | 6.29 | 3.18 | 12.85 | - |
| YUV | 44.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 102 | 0.17 | 0.87 | 0 | 0.6 | 288.54 | 0.77 | 0.23 |
| Hex | 55 | D | 66 | 11 | 57 | 0 | 3C | 121 | 4D | 17 |
| Octal | 125 | 15 | 146 | 21 | 127 | 0 | 74 | 441 | 115 | 27 |
| Binary | 1010101 | 1101 | 1100110 | 10001 | 1010111 | 0 | 111100 | 100100001 | 1001101 | 10111 |
Color Harmonies of #550D66
Complementary color
Monochromatic Colors of #550D66
Black with #550D66
Text Example
Text Example
White with #550D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D66; }
p { color: rgb(85,13,102); }
H1.HeaderClassName
{
color: #550D66;
}
.AnyTagClassName
{
color: #550D66;
}
</style>
background-color css
<style>
a { background-color: #550D66; }
a { background-color: rgb(85,13,102); }
div.DivClassName
{
background-color: #550D66;
}
.BgClassName
{
background-color: #550D66;
}
</style>
border-color css
<style>
span { border-color: #550D66; }
span { border-color: rgb(85,13,102); }
td.TdClassName
{
border-color: #550D66;
}
.TagClassName
{
border-color: #550D66;
}
</style>