Shades of Indigo #550179
Tints of Indigo #550179
RGB
CMYK
RGB Variations
Color information
#550179 (or 0x550179) is known color: Indigo. HEX triplet: 55, 01 and 79. RGB value is (85,1,121). Sum of RGB (Red+Green+Blue) = 85+1+121=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #550179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550179 is #AAFE86. Grayscale: #272727. Windows color (decimal): -11206279 or 7930197. OLE color: 7930197.
HSL color Cylindrical-coordinate representation of color #550179: hue angle of 282º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550179 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 1 | 121 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.53 |
| HSL | 282º | 0.98% | 0.24% | - |
| HSV(B) | 282º | 0.99% | 0.47% | - |
| XYZ | 7.21 | 3.33 | 18.35 | - |
| YUV | 39.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 121 | 0.30 | 0.99 | 0 | 0.53 | 282 | 0.98 | 0.24 |
| Hex | 55 | 1 | 79 | 1E | 63 | 0 | 35 | 11A | 62 | 18 |
| Octal | 125 | 1 | 171 | 36 | 143 | 0 | 65 | 432 | 142 | 30 |
| Binary | 1010101 | 1 | 1111001 | 11110 | 1100011 | 0 | 110101 | 100011010 | 1100010 | 11000 |
Color Harmonies of #550179
Complementary color
Monochromatic Colors of #550179
Black with #550179
Text Example
Text Example
White with #550179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550179; }
p { color: rgb(85,1,121); }
H1.HeaderClassName
{
color: #550179;
}
.AnyTagClassName
{
color: #550179;
}
</style>
background-color css
<style>
a { background-color: #550179; }
a { background-color: rgb(85,1,121); }
div.DivClassName
{
background-color: #550179;
}
.BgClassName
{
background-color: #550179;
}
</style>
border-color css
<style>
span { border-color: #550179; }
span { border-color: rgb(85,1,121); }
td.TdClassName
{
border-color: #550179;
}
.TagClassName
{
border-color: #550179;
}
</style>