Shades of Indigo #550D73
Tints of Indigo #550D73
RGB
CMYK
RGB Variations
Color information
#550D73 (or 0x550D73) is known color: Indigo. HEX triplet: 55, 0D and 73. RGB value is (85,13,115). Sum of RGB (Red+Green+Blue) = 85+13+115=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #550D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550D73 is #AAF28C. Grayscale: #2D2D2D. Windows color (decimal): -11203213 or 7540053. OLE color: 7540053.
HSL color Cylindrical-coordinate representation of color #550D73: hue angle of 282.35º 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 #550D73 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 13 | 115 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.55 |
| HSL | 282.35º | 0.8% | 0.25% | - |
| HSV(B) | 282.35º | 0.89% | 0.45% | - |
| XYZ | 6.98 | 3.46 | 16.52 | - |
| YUV | 46.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 115 | 0.26 | 0.89 | 0 | 0.55 | 282.35 | 0.8 | 0.25 |
| Hex | 55 | D | 73 | 1A | 59 | 0 | 37 | 11A | 50 | 19 |
| Octal | 125 | 15 | 163 | 32 | 131 | 0 | 67 | 432 | 120 | 31 |
| Binary | 1010101 | 1101 | 1110011 | 11010 | 1011001 | 0 | 110111 | 100011010 | 1010000 | 11001 |
Color Harmonies of #550D73
Complementary color
Monochromatic Colors of #550D73
Black with #550D73
Text Example
Text Example
White with #550D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550D73; }
p { color: rgb(85,13,115); }
H1.HeaderClassName
{
color: #550D73;
}
.AnyTagClassName
{
color: #550D73;
}
</style>
background-color css
<style>
a { background-color: #550D73; }
a { background-color: rgb(85,13,115); }
div.DivClassName
{
background-color: #550D73;
}
.BgClassName
{
background-color: #550D73;
}
</style>
border-color css
<style>
span { border-color: #550D73; }
span { border-color: rgb(85,13,115); }
td.TdClassName
{
border-color: #550D73;
}
.TagClassName
{
border-color: #550D73;
}
</style>