Shades of Indigo #5503A0
Tints of Indigo #5503A0
RGB
CMYK
RGB Variations
Color information
#5503A0 (or 0x5503A0) is known color: Indigo. HEX triplet: 55, 03 and A0. RGB value is (85,3,160). Sum of RGB (Red+Green+Blue) = 85+3+160=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 160 (62.89% from 255 or 64.52% from 248); Max value from RGB is 160 - color contains mainly: blue. Hex color #5503A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5503A0 is #AAFC5F. Grayscale: #2C2C2C. Windows color (decimal): -11205728 or 10486613. OLE color: 10486613.
HSL color Cylindrical-coordinate representation of color #5503A0: hue angle of 271.34º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5503A0 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 3 | 160 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.37 |
| HSL | 271.34º | 0.96% | 0.32% | - |
| HSV(B) | 271.34º | 0.98% | 0.63% | - |
| XYZ | 10.12 | 4.53 | 33.6 | - |
| YUV | 45.42 | 192.67 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 160 | 0.47 | 0.98 | 0 | 0.37 | 271.34 | 0.96 | 0.32 |
| Hex | 55 | 3 | A0 | 2F | 62 | 0 | 25 | 10F | 60 | 20 |
| Octal | 125 | 3 | 240 | 57 | 142 | 0 | 45 | 417 | 140 | 40 |
| Binary | 1010101 | 11 | 10100000 | 101111 | 1100010 | 0 | 100101 | 100001111 | 1100000 | 100000 |
Color Harmonies of #5503A0
Complementary color
Monochromatic Colors of #5503A0
Black with #5503A0
Text Example
Text Example
White with #5503A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5503A0; }
p { color: rgb(85,3,160); }
H1.HeaderClassName
{
color: #5503A0;
}
.AnyTagClassName
{
color: #5503A0;
}
</style>
background-color css
<style>
a { background-color: #5503A0; }
a { background-color: rgb(85,3,160); }
div.DivClassName
{
background-color: #5503A0;
}
.BgClassName
{
background-color: #5503A0;
}
</style>
border-color css
<style>
span { border-color: #5503A0; }
span { border-color: rgb(85,3,160); }
td.TdClassName
{
border-color: #5503A0;
}
.TagClassName
{
border-color: #5503A0;
}
</style>