Shades of Indigo #550472
Tints of Indigo #550472
RGB
CMYK
RGB Variations
Color information
#550472 (or 0x550472) is known color: Indigo. HEX triplet: 55, 04 and 72. RGB value is (85,4,114). Sum of RGB (Red+Green+Blue) = 85+4+114=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #550472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550472 is #AAFB8D. Grayscale: #282828. Windows color (decimal): -11205518 or 7472213. OLE color: 7472213.
HSL color Cylindrical-coordinate representation of color #550472: hue angle of 284.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550472 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 4 | 114 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.55 |
| HSL | 284.18º | 0.93% | 0.23% | - |
| HSV(B) | 284.18º | 0.96% | 0.45% | - |
| XYZ | 6.83 | 3.23 | 16.18 | - |
| YUV | 40.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 114 | 0.25 | 0.96 | 0 | 0.55 | 284.18 | 0.93 | 0.23 |
| Hex | 55 | 4 | 72 | 19 | 60 | 0 | 37 | 11C | 5D | 17 |
| Octal | 125 | 4 | 162 | 31 | 140 | 0 | 67 | 434 | 135 | 27 |
| Binary | 1010101 | 100 | 1110010 | 11001 | 1100000 | 0 | 110111 | 100011100 | 1011101 | 10111 |
Color Harmonies of #550472
Complementary color
Monochromatic Colors of #550472
Black with #550472
Text Example
Text Example
White with #550472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550472; }
p { color: rgb(85,4,114); }
H1.HeaderClassName
{
color: #550472;
}
.AnyTagClassName
{
color: #550472;
}
</style>
background-color css
<style>
a { background-color: #550472; }
a { background-color: rgb(85,4,114); }
div.DivClassName
{
background-color: #550472;
}
.BgClassName
{
background-color: #550472;
}
</style>
border-color css
<style>
span { border-color: #550472; }
span { border-color: rgb(85,4,114); }
td.TdClassName
{
border-color: #550472;
}
.TagClassName
{
border-color: #550472;
}
</style>