Shades of Indigo #550AA2
Tints of Indigo #550AA2
RGB
CMYK
RGB Variations
Color information
#550AA2 (or 0x550AA2) is known color: Indigo. HEX triplet: 55, 0A and A2. RGB value is (85,10,162). Sum of RGB (Red+Green+Blue) = 85+10+162=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 162 (63.67% from 255 or 63.04% from 257); Max value from RGB is 162 - color contains mainly: blue. Hex color #550AA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550AA2 is #AAF55D. Grayscale: #313131. Windows color (decimal): -11203934 or 10619477. OLE color: 10619477.
HSL color Cylindrical-coordinate representation of color #550AA2: hue angle of 269.61º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550AA2 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 10 | 162 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.36 |
| HSL | 269.61º | 0.88% | 0.34% | - |
| HSV(B) | 269.61º | 0.94% | 0.64% | - |
| XYZ | 10.38 | 4.76 | 34.55 | - |
| YUV | 49.75 | 191.35 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 162 | 0.48 | 0.94 | 0 | 0.36 | 269.61 | 0.88 | 0.34 |
| Hex | 55 | A | A2 | 30 | 5E | 0 | 24 | 10E | 58 | 22 |
| Octal | 125 | 12 | 242 | 60 | 136 | 0 | 44 | 416 | 130 | 42 |
| Binary | 1010101 | 1010 | 10100010 | 110000 | 1011110 | 0 | 100100 | 100001110 | 1011000 | 100010 |
Color Harmonies of #550AA2
Complementary color
Monochromatic Colors of #550AA2
Black with #550AA2
Text Example
Text Example
White with #550AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550AA2; }
p { color: rgb(85,10,162); }
H1.HeaderClassName
{
color: #550AA2;
}
.AnyTagClassName
{
color: #550AA2;
}
</style>
background-color css
<style>
a { background-color: #550AA2; }
a { background-color: rgb(85,10,162); }
div.DivClassName
{
background-color: #550AA2;
}
.BgClassName
{
background-color: #550AA2;
}
</style>
border-color css
<style>
span { border-color: #550AA2; }
span { border-color: rgb(85,10,162); }
td.TdClassName
{
border-color: #550AA2;
}
.TagClassName
{
border-color: #550AA2;
}
</style>