Shades of Indigo #550970
Tints of Indigo #550970
RGB
CMYK
RGB Variations
Color information
#550970 (or 0x550970) is known color: Indigo. HEX triplet: 55, 09 and 70. RGB value is (85,9,112). Sum of RGB (Red+Green+Blue) = 85+9+112=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #550970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550970 is #AAF68F. Grayscale: #2B2B2B. Windows color (decimal): -11204240 or 7342421. OLE color: 7342421.
HSL color Cylindrical-coordinate representation of color #550970: hue angle of 284.27º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550970 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 9 | 112 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.56 |
| HSL | 284.27º | 0.85% | 0.24% | - |
| HSV(B) | 284.27º | 0.92% | 0.44% | - |
| XYZ | 6.77 | 3.3 | 15.61 | - |
| YUV | 43.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 112 | 0.24 | 0.92 | 0 | 0.56 | 284.27 | 0.85 | 0.24 |
| Hex | 55 | 9 | 70 | 18 | 5C | 0 | 38 | 11C | 55 | 18 |
| Octal | 125 | 11 | 160 | 30 | 134 | 0 | 70 | 434 | 125 | 30 |
| Binary | 1010101 | 1001 | 1110000 | 11000 | 1011100 | 0 | 111000 | 100011100 | 1010101 | 11000 |
Color Harmonies of #550970
Complementary color
Monochromatic Colors of #550970
Black with #550970
Text Example
Text Example
White with #550970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550970; }
p { color: rgb(85,9,112); }
H1.HeaderClassName
{
color: #550970;
}
.AnyTagClassName
{
color: #550970;
}
</style>
background-color css
<style>
a { background-color: #550970; }
a { background-color: rgb(85,9,112); }
div.DivClassName
{
background-color: #550970;
}
.BgClassName
{
background-color: #550970;
}
</style>
border-color css
<style>
span { border-color: #550970; }
span { border-color: rgb(85,9,112); }
td.TdClassName
{
border-color: #550970;
}
.TagClassName
{
border-color: #550970;
}
</style>