Shades of Indigo #5503A1
Tints of Indigo #5503A1
RGB
CMYK
RGB Variations
Color information
#5503A1 (or 0x5503A1) is known color: Indigo. HEX triplet: 55, 03 and A1. RGB value is (85,3,161). Sum of RGB (Red+Green+Blue) = 85+3+161=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 161 (63.28% from 255 or 64.66% from 249); Max value from RGB is 161 - color contains mainly: blue. Hex color #5503A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5503A1 is #AAFC5E. Grayscale: #2C2C2C. Windows color (decimal): -11205727 or 10552149. OLE color: 10552149.
HSL color Cylindrical-coordinate representation of color #5503A1: hue angle of 271.14º 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 #5503A1 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 3 | 161 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.37 |
| HSL | 271.14º | 0.96% | 0.32% | - |
| HSV(B) | 271.14º | 0.98% | 0.63% | - |
| XYZ | 10.21 | 4.57 | 34.06 | - |
| YUV | 45.53 | 193.17 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 161 | 0.47 | 0.98 | 0 | 0.37 | 271.14 | 0.96 | 0.32 |
| Hex | 55 | 3 | A1 | 2F | 62 | 0 | 25 | 10F | 60 | 20 |
| Octal | 125 | 3 | 241 | 57 | 142 | 0 | 45 | 417 | 140 | 40 |
| Binary | 1010101 | 11 | 10100001 | 101111 | 1100010 | 0 | 100101 | 100001111 | 1100000 | 100000 |
Color Harmonies of #5503A1
Complementary color
Monochromatic Colors of #5503A1
Black with #5503A1
Text Example
Text Example
White with #5503A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5503A1; }
p { color: rgb(85,3,161); }
H1.HeaderClassName
{
color: #5503A1;
}
.AnyTagClassName
{
color: #5503A1;
}
</style>
background-color css
<style>
a { background-color: #5503A1; }
a { background-color: rgb(85,3,161); }
div.DivClassName
{
background-color: #5503A1;
}
.BgClassName
{
background-color: #5503A1;
}
</style>
border-color css
<style>
span { border-color: #5503A1; }
span { border-color: rgb(85,3,161); }
td.TdClassName
{
border-color: #5503A1;
}
.TagClassName
{
border-color: #5503A1;
}
</style>