Shades of Indigo #5502A3
Tints of Indigo #5502A3
RGB
CMYK
RGB Variations
Color information
#5502A3 (or 0x5502A3) is known color: Indigo. HEX triplet: 55, 02 and A3. RGB value is (85,2,163). Sum of RGB (Red+Green+Blue) = 85+2+163=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #5502A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5502A3 is #AAFD5C. Grayscale: #2C2C2C. Windows color (decimal): -11205981 or 10682965. OLE color: 10682965.
HSL color Cylindrical-coordinate representation of color #5502A3: hue angle of 270.93º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502A3 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 2 | 163 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.36 |
| HSL | 270.93º | 0.98% | 0.32% | - |
| HSV(B) | 270.93º | 0.99% | 0.64% | - |
| XYZ | 10.38 | 4.62 | 34.99 | - |
| YUV | 45.17 | 194.5 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 163 | 0.48 | 0.99 | 0 | 0.36 | 270.93 | 0.98 | 0.32 |
| Hex | 55 | 2 | A3 | 30 | 63 | 0 | 24 | 10F | 62 | 20 |
| Octal | 125 | 2 | 243 | 60 | 143 | 0 | 44 | 417 | 142 | 40 |
| Binary | 1010101 | 10 | 10100011 | 110000 | 1100011 | 0 | 100100 | 100001111 | 1100010 | 100000 |
Color Harmonies of #5502A3
Complementary color
Monochromatic Colors of #5502A3
Black with #5502A3
Text Example
Text Example
White with #5502A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502A3; }
p { color: rgb(85,2,163); }
H1.HeaderClassName
{
color: #5502A3;
}
.AnyTagClassName
{
color: #5502A3;
}
</style>
background-color css
<style>
a { background-color: #5502A3; }
a { background-color: rgb(85,2,163); }
div.DivClassName
{
background-color: #5502A3;
}
.BgClassName
{
background-color: #5502A3;
}
</style>
border-color css
<style>
span { border-color: #5502A3; }
span { border-color: rgb(85,2,163); }
td.TdClassName
{
border-color: #5502A3;
}
.TagClassName
{
border-color: #5502A3;
}
</style>