Shades of Indigo #550679
Tints of Indigo #550679
RGB
CMYK
RGB Variations
Color information
#550679 (or 0x550679) is known color: Indigo. HEX triplet: 55, 06 and 79. RGB value is (85,6,121). Sum of RGB (Red+Green+Blue) = 85+6+121=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #550679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550679 is #AAF986. Grayscale: #2A2A2A. Windows color (decimal): -11204999 or 7931477. OLE color: 7931477.
HSL color Cylindrical-coordinate representation of color #550679: hue angle of 281.22º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550679 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 6 | 121 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.53 |
| HSL | 281.22º | 0.91% | 0.25% | - |
| HSV(B) | 281.22º | 0.95% | 0.47% | - |
| XYZ | 7.26 | 3.44 | 18.37 | - |
| YUV | 42.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 121 | 0.30 | 0.95 | 0 | 0.53 | 281.22 | 0.91 | 0.25 |
| Hex | 55 | 6 | 79 | 1E | 5F | 0 | 35 | 119 | 5B | 19 |
| Octal | 125 | 6 | 171 | 36 | 137 | 0 | 65 | 431 | 133 | 31 |
| Binary | 1010101 | 110 | 1111001 | 11110 | 1011111 | 0 | 110101 | 100011001 | 1011011 | 11001 |
Color Harmonies of #550679
Complementary color
Monochromatic Colors of #550679
Black with #550679
Text Example
Text Example
White with #550679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550679; }
p { color: rgb(85,6,121); }
H1.HeaderClassName
{
color: #550679;
}
.AnyTagClassName
{
color: #550679;
}
</style>
background-color css
<style>
a { background-color: #550679; }
a { background-color: rgb(85,6,121); }
div.DivClassName
{
background-color: #550679;
}
.BgClassName
{
background-color: #550679;
}
</style>
border-color css
<style>
span { border-color: #550679; }
span { border-color: rgb(85,6,121); }
td.TdClassName
{
border-color: #550679;
}
.TagClassName
{
border-color: #550679;
}
</style>