Shades of Indigo #5502A5
Tints of Indigo #5502A5
RGB
CMYK
RGB Variations
Color information
#5502A5 (or 0x5502A5) is known color: Indigo. HEX triplet: 55, 02 and A5. RGB value is (85,2,165). Sum of RGB (Red+Green+Blue) = 85+2+165=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 165 (64.84% from 255 or 65.48% from 252); Max value from RGB is 165 - color contains mainly: blue. Hex color #5502A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5502A5 is #AAFD5A. Grayscale: #2C2C2C. Windows color (decimal): -11205979 or 10814037. OLE color: 10814037.
HSL color Cylindrical-coordinate representation of color #5502A5: hue angle of 270.55º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5502A5 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 2 | 165 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.35 |
| HSL | 270.55º | 0.98% | 0.33% | - |
| HSV(B) | 270.55º | 0.99% | 0.65% | - |
| XYZ | 10.56 | 4.69 | 35.95 | - |
| YUV | 45.4 | 195.5 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 165 | 0.48 | 0.99 | 0 | 0.35 | 270.55 | 0.98 | 0.33 |
| Hex | 55 | 2 | A5 | 30 | 63 | 0 | 23 | 10F | 62 | 21 |
| Octal | 125 | 2 | 245 | 60 | 143 | 0 | 43 | 417 | 142 | 41 |
| Binary | 1010101 | 10 | 10100101 | 110000 | 1100011 | 0 | 100011 | 100001111 | 1100010 | 100001 |
Color Harmonies of #5502A5
Complementary color
Monochromatic Colors of #5502A5
Black with #5502A5
Text Example
Text Example
White with #5502A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5502A5; }
p { color: rgb(85,2,165); }
H1.HeaderClassName
{
color: #5502A5;
}
.AnyTagClassName
{
color: #5502A5;
}
</style>
background-color css
<style>
a { background-color: #5502A5; }
a { background-color: rgb(85,2,165); }
div.DivClassName
{
background-color: #5502A5;
}
.BgClassName
{
background-color: #5502A5;
}
</style>
border-color css
<style>
span { border-color: #5502A5; }
span { border-color: rgb(85,2,165); }
td.TdClassName
{
border-color: #5502A5;
}
.TagClassName
{
border-color: #5502A5;
}
</style>