Shades of Indigo #5503AA
Tints of Indigo #5503AA
RGB
CMYK
RGB Variations
Color information
#5503AA (or 0x5503AA) is known color: Indigo. HEX triplet: 55, 03 and AA. RGB value is (85,3,170). Sum of RGB (Red+Green+Blue) = 85+3+170=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #5503AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5503AA is #AAFC55. Grayscale: #2D2D2D. Windows color (decimal): -11205718 or 11141973. OLE color: 11141973.
HSL color Cylindrical-coordinate representation of color #5503AA: hue angle of 269.46º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5503AA is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 3 | 170 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.33 |
| HSL | 269.46º | 0.97% | 0.34% | - |
| HSV(B) | 269.46º | 0.98% | 0.67% | - |
| XYZ | 11.03 | 4.9 | 38.39 | - |
| YUV | 46.56 | 197.67 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 170 | 0.50 | 0.98 | 0 | 0.33 | 269.46 | 0.97 | 0.34 |
| Hex | 55 | 3 | AA | 32 | 62 | 0 | 21 | 10D | 61 | 22 |
| Octal | 125 | 3 | 252 | 62 | 142 | 0 | 41 | 415 | 141 | 42 |
| Binary | 1010101 | 11 | 10101010 | 110010 | 1100010 | 0 | 100001 | 100001101 | 1100001 | 100010 |
Color Harmonies of #5503AA
Complementary color
Monochromatic Colors of #5503AA
Black with #5503AA
Text Example
Text Example
White with #5503AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5503AA; }
p { color: rgb(85,3,170); }
H1.HeaderClassName
{
color: #5503AA;
}
.AnyTagClassName
{
color: #5503AA;
}
</style>
background-color css
<style>
a { background-color: #5503AA; }
a { background-color: rgb(85,3,170); }
div.DivClassName
{
background-color: #5503AA;
}
.BgClassName
{
background-color: #5503AA;
}
</style>
border-color css
<style>
span { border-color: #5503AA; }
span { border-color: rgb(85,3,170); }
td.TdClassName
{
border-color: #5503AA;
}
.TagClassName
{
border-color: #5503AA;
}
</style>