Shades of Indigo #550AAA
Tints of Indigo #550AAA
RGB
CMYK
RGB Variations
Color information
#550AAA (or 0x550AAA) is known color: Indigo. HEX triplet: 55, 0A and AA. RGB value is (85,10,170). Sum of RGB (Red+Green+Blue) = 85+10+170=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #550AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550AAA is #AAF555. Grayscale: #323232. Windows color (decimal): -11203926 or 11143765. OLE color: 11143765.
HSL color Cylindrical-coordinate representation of color #550AAA: hue angle of 268.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550AAA is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 10 | 170 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.33 |
| HSL | 268.13º | 0.89% | 0.35% | - |
| HSV(B) | 268.13º | 0.94% | 0.67% | - |
| XYZ | 11.11 | 5.05 | 38.42 | - |
| YUV | 50.67 | 195.35 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 170 | 0.50 | 0.94 | 0 | 0.33 | 268.13 | 0.89 | 0.35 |
| Hex | 55 | A | AA | 32 | 5E | 0 | 21 | 10C | 59 | 23 |
| Octal | 125 | 12 | 252 | 62 | 136 | 0 | 41 | 414 | 131 | 43 |
| Binary | 1010101 | 1010 | 10101010 | 110010 | 1011110 | 0 | 100001 | 100001100 | 1011001 | 100011 |
Color Harmonies of #550AAA
Complementary color
Monochromatic Colors of #550AAA
Black with #550AAA
Text Example
Text Example
White with #550AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550AAA; }
p { color: rgb(85,10,170); }
H1.HeaderClassName
{
color: #550AAA;
}
.AnyTagClassName
{
color: #550AAA;
}
</style>
background-color css
<style>
a { background-color: #550AAA; }
a { background-color: rgb(85,10,170); }
div.DivClassName
{
background-color: #550AAA;
}
.BgClassName
{
background-color: #550AAA;
}
</style>
border-color css
<style>
span { border-color: #550AAA; }
span { border-color: rgb(85,10,170); }
td.TdClassName
{
border-color: #550AAA;
}
.TagClassName
{
border-color: #550AAA;
}
</style>