Shades of Indigo #550D72
Tints of Indigo #550D72
RGB
CMYK
RGB Variations
Color information
#550D72 (or 0x550D72) is known color: Indigo. HEX triplet: 55, 0D and 72. RGB value is (85,13,114). Sum of RGB (Red+Green+Blue) = 85+13+114=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #550D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D72 is #AAF28D. Grayscale: #2D2D2D. Windows color (decimal): -11203214 or 7474517. OLE color: 7474517.
HSL color Cylindrical-coordinate representation of color #550D72: hue angle of 282.77º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550D72 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 13 | 114 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.55 |
| HSL | 282.77º | 0.8% | 0.25% | - |
| HSV(B) | 282.77º | 0.89% | 0.45% | - |
| XYZ | 6.93 | 3.43 | 16.22 | - |
| YUV | 46.04 | 166.35 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 114 | 0.25 | 0.89 | 0 | 0.55 | 282.77 | 0.8 | 0.25 |
| Hex | 55 | D | 72 | 19 | 59 | 0 | 37 | 11B | 50 | 19 |
| Octal | 125 | 15 | 162 | 31 | 131 | 0 | 67 | 433 | 120 | 31 |
| Binary | 1010101 | 1101 | 1110010 | 11001 | 1011001 | 0 | 110111 | 100011011 | 1010000 | 11001 |
Color Harmonies of #550D72
Complementary color
Monochromatic Colors of #550D72
Black with #550D72
Text Example
Text Example
White with #550D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D72; }
p { color: rgb(85,13,114); }
H1.HeaderClassName
{
color: #550D72;
}
.AnyTagClassName
{
color: #550D72;
}
</style>
background-color css
<style>
a { background-color: #550D72; }
a { background-color: rgb(85,13,114); }
div.DivClassName
{
background-color: #550D72;
}
.BgClassName
{
background-color: #550D72;
}
</style>
border-color css
<style>
span { border-color: #550D72; }
span { border-color: rgb(85,13,114); }
td.TdClassName
{
border-color: #550D72;
}
.TagClassName
{
border-color: #550D72;
}
</style>