Shades of Indigo #550D76
Tints of Indigo #550D76
RGB
CMYK
RGB Variations
Color information
#550D76 (or 0x550D76) is known color: Indigo. HEX triplet: 55, 0D and 76. RGB value is (85,13,118). Sum of RGB (Red+Green+Blue) = 85+13+118=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #550D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D76 is #AAF289. Grayscale: #2E2E2E. Windows color (decimal): -11203210 or 7736661. OLE color: 7736661.
HSL color Cylindrical-coordinate representation of color #550D76: hue angle of 281.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550D76 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 13 | 118 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.54 |
| HSL | 281.14º | 0.8% | 0.26% | - |
| HSV(B) | 281.14º | 0.89% | 0.46% | - |
| XYZ | 7.16 | 3.53 | 17.44 | - |
| YUV | 46.5 | 168.35 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 118 | 0.28 | 0.89 | 0 | 0.54 | 281.14 | 0.8 | 0.26 |
| Hex | 55 | D | 76 | 1C | 59 | 0 | 36 | 119 | 50 | 1A |
| Octal | 125 | 15 | 166 | 34 | 131 | 0 | 66 | 431 | 120 | 32 |
| Binary | 1010101 | 1101 | 1110110 | 11100 | 1011001 | 0 | 110110 | 100011001 | 1010000 | 11010 |
Color Harmonies of #550D76
Complementary color
Monochromatic Colors of #550D76
Black with #550D76
Text Example
Text Example
White with #550D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D76; }
p { color: rgb(85,13,118); }
H1.HeaderClassName
{
color: #550D76;
}
.AnyTagClassName
{
color: #550D76;
}
</style>
background-color css
<style>
a { background-color: #550D76; }
a { background-color: rgb(85,13,118); }
div.DivClassName
{
background-color: #550D76;
}
.BgClassName
{
background-color: #550D76;
}
</style>
border-color css
<style>
span { border-color: #550D76; }
span { border-color: rgb(85,13,118); }
td.TdClassName
{
border-color: #550D76;
}
.TagClassName
{
border-color: #550D76;
}
</style>