Shades of Indigo #550C79
Tints of Indigo #550C79
RGB
CMYK
RGB Variations
Color information
#550C79 (or 0x550C79) is known color: Indigo. HEX triplet: 55, 0C and 79. RGB value is (85,12,121). Sum of RGB (Red+Green+Blue) = 85+12+121=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #550C79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C79 is #AAF386. Grayscale: #2D2D2D. Windows color (decimal): -11203463 or 7933013. OLE color: 7933013.
HSL color Cylindrical-coordinate representation of color #550C79: hue angle of 280.18º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550C79 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 12 | 121 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.53 |
| HSL | 280.18º | 0.82% | 0.26% | - |
| HSV(B) | 280.18º | 0.9% | 0.47% | - |
| XYZ | 7.33 | 3.57 | 18.39 | - |
| YUV | 46.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 121 | 0.30 | 0.90 | 0 | 0.53 | 280.18 | 0.82 | 0.26 |
| Hex | 55 | C | 79 | 1E | 5A | 0 | 35 | 118 | 52 | 1A |
| Octal | 125 | 14 | 171 | 36 | 132 | 0 | 65 | 430 | 122 | 32 |
| Binary | 1010101 | 1100 | 1111001 | 11110 | 1011010 | 0 | 110101 | 100011000 | 1010010 | 11010 |
Color Harmonies of #550C79
Complementary color
Monochromatic Colors of #550C79
Black with #550C79
Text Example
Text Example
White with #550C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550C79; }
p { color: rgb(85,12,121); }
H1.HeaderClassName
{
color: #550C79;
}
.AnyTagClassName
{
color: #550C79;
}
</style>
background-color css
<style>
a { background-color: #550C79; }
a { background-color: rgb(85,12,121); }
div.DivClassName
{
background-color: #550C79;
}
.BgClassName
{
background-color: #550C79;
}
</style>
border-color css
<style>
span { border-color: #550C79; }
span { border-color: rgb(85,12,121); }
td.TdClassName
{
border-color: #550C79;
}
.TagClassName
{
border-color: #550C79;
}
</style>