Shades of Indigo #550079
Tints of Indigo #550079
RGB
CMYK
RGB Variations
Color information
#550079 (or 0x550079) is known color: Indigo. HEX triplet: 55, 00 and 79. RGB value is (85,0,121). Sum of RGB (Red+Green+Blue) = 85+0+121=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #550079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550079 is #AAFF86. Grayscale: #262626. Windows color (decimal): -11206535 or 7929941. OLE color: 7929941.
HSL color Cylindrical-coordinate representation of color #550079: hue angle of 282.15º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550079 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 0 | 121 | - |
| CMYK | 0.30 | 1 | 0 | 0.53 |
| HSL | 282.15º | 1% | 0.24% | - |
| HSV(B) | 282.15º | 1% | 0.47% | - |
| XYZ | 7.2 | 3.31 | 18.35 | - |
| YUV | 39.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 121 | 0.30 | 1 | 0 | 0.53 | 282.15 | 1 | 0.24 |
| Hex | 55 | 0 | 79 | 1E | 64 | 0 | 35 | 11A | 64 | 18 |
| Octal | 125 | 0 | 171 | 36 | 144 | 0 | 65 | 432 | 144 | 30 |
| Binary | 1010101 | 0 | 1111001 | 11110 | 1100100 | 0 | 110101 | 100011010 | 1100100 | 11000 |
Color Harmonies of #550079
Complementary color
Monochromatic Colors of #550079
Black with #550079
Text Example
Text Example
White with #550079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550079; }
p { color: rgb(85,0,121); }
H1.HeaderClassName
{
color: #550079;
}
.AnyTagClassName
{
color: #550079;
}
</style>
background-color css
<style>
a { background-color: #550079; }
a { background-color: rgb(85,0,121); }
div.DivClassName
{
background-color: #550079;
}
.BgClassName
{
background-color: #550079;
}
</style>
border-color css
<style>
span { border-color: #550079; }
span { border-color: rgb(85,0,121); }
td.TdClassName
{
border-color: #550079;
}
.TagClassName
{
border-color: #550079;
}
</style>