Shades of Indigo #5502AA
Tints of Indigo #5502AA
RGB
CMYK
RGB Variations
Color information
#5502AA (or 0x5502AA) is known color: Indigo. HEX triplet: 55, 02 and AA. RGB value is (85,2,170). Sum of RGB (Red+Green+Blue) = 85+2+170=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #5502AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5502AA is #AAFD55. Grayscale: #2D2D2D. Windows color (decimal): -11205974 or 11141717. OLE color: 11141717.
HSL color Cylindrical-coordinate representation of color #5502AA: hue angle of 269.64º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502AA is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 2 | 170 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.33 |
| HSL | 269.64º | 0.98% | 0.34% | - |
| HSV(B) | 269.64º | 0.99% | 0.67% | - |
| XYZ | 11.02 | 4.88 | 38.39 | - |
| YUV | 45.97 | 198 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 170 | 0.50 | 0.99 | 0 | 0.33 | 269.64 | 0.98 | 0.34 |
| Hex | 55 | 2 | AA | 32 | 63 | 0 | 21 | 10E | 62 | 22 |
| Octal | 125 | 2 | 252 | 62 | 143 | 0 | 41 | 416 | 142 | 42 |
| Binary | 1010101 | 10 | 10101010 | 110010 | 1100011 | 0 | 100001 | 100001110 | 1100010 | 100010 |
Color Harmonies of #5502AA
Complementary color
Monochromatic Colors of #5502AA
Black with #5502AA
Text Example
Text Example
White with #5502AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502AA; }
p { color: rgb(85,2,170); }
H1.HeaderClassName
{
color: #5502AA;
}
.AnyTagClassName
{
color: #5502AA;
}
</style>
background-color css
<style>
a { background-color: #5502AA; }
a { background-color: rgb(85,2,170); }
div.DivClassName
{
background-color: #5502AA;
}
.BgClassName
{
background-color: #5502AA;
}
</style>
border-color css
<style>
span { border-color: #5502AA; }
span { border-color: rgb(85,2,170); }
td.TdClassName
{
border-color: #5502AA;
}
.TagClassName
{
border-color: #5502AA;
}
</style>