Shades of Indigo #550A70
Tints of Indigo #550A70
RGB
CMYK
RGB Variations
Color information
#550A70 (or 0x550A70) is known color: Indigo. HEX triplet: 55, 0A and 70. RGB value is (85,10,112). Sum of RGB (Red+Green+Blue) = 85+10+112=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #550A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550A70 is #AAF58F. Grayscale: #2B2B2B. Windows color (decimal): -11203984 or 7342677. OLE color: 7342677.
HSL color Cylindrical-coordinate representation of color #550A70: hue angle of 284.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550A70 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 10 | 112 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.56 |
| HSL | 284.12º | 0.84% | 0.24% | - |
| HSV(B) | 284.12º | 0.91% | 0.44% | - |
| XYZ | 6.78 | 3.32 | 15.61 | - |
| YUV | 44.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 112 | 0.24 | 0.91 | 0 | 0.56 | 284.12 | 0.84 | 0.24 |
| Hex | 55 | A | 70 | 18 | 5B | 0 | 38 | 11C | 54 | 18 |
| Octal | 125 | 12 | 160 | 30 | 133 | 0 | 70 | 434 | 124 | 30 |
| Binary | 1010101 | 1010 | 1110000 | 11000 | 1011011 | 0 | 111000 | 100011100 | 1010100 | 11000 |
Color Harmonies of #550A70
Complementary color
Monochromatic Colors of #550A70
Black with #550A70
Text Example
Text Example
White with #550A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550A70; }
p { color: rgb(85,10,112); }
H1.HeaderClassName
{
color: #550A70;
}
.AnyTagClassName
{
color: #550A70;
}
</style>
background-color css
<style>
a { background-color: #550A70; }
a { background-color: rgb(85,10,112); }
div.DivClassName
{
background-color: #550A70;
}
.BgClassName
{
background-color: #550A70;
}
</style>
border-color css
<style>
span { border-color: #550A70; }
span { border-color: rgb(85,10,112); }
td.TdClassName
{
border-color: #550A70;
}
.TagClassName
{
border-color: #550A70;
}
</style>