Shades of Indigo #5514A2
Tints of Indigo #5514A2
RGB
CMYK
RGB Variations
Color information
#5514A2 (or 0x5514A2) is known color: Indigo. HEX triplet: 55, 14 and A2. RGB value is (85,20,162). Sum of RGB (Red+Green+Blue) = 85+20+162=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 162 (63.67% from 255 or 60.67% from 267); Max value from RGB is 162 - color contains mainly: blue. Hex color #5514A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5514A2 is #AAEB5D. Grayscale: #373737. Windows color (decimal): -11201374 or 10622037. OLE color: 10622037.
HSL color Cylindrical-coordinate representation of color #5514A2: hue angle of 267.46º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5514A2 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 20 | 162 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.36 |
| HSL | 267.46º | 0.78% | 0.36% | - |
| HSV(B) | 267.46º | 0.88% | 0.64% | - |
| XYZ | 10.52 | 5.04 | 34.6 | - |
| YUV | 55.62 | 188.03 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 20 | 162 | 0.48 | 0.88 | 0 | 0.36 | 267.46 | 0.78 | 0.36 |
| Hex | 55 | 14 | A2 | 30 | 58 | 0 | 24 | 10B | 4E | 24 |
| Octal | 125 | 24 | 242 | 60 | 130 | 0 | 44 | 413 | 116 | 44 |
| Binary | 1010101 | 10100 | 10100010 | 110000 | 1011000 | 0 | 100100 | 100001011 | 1001110 | 100100 |
Color Harmonies of #5514A2
Complementary color
Monochromatic Colors of #5514A2
Black with #5514A2
Text Example
Text Example
White with #5514A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5514A2; }
p { color: rgb(85,20,162); }
H1.HeaderClassName
{
color: #5514A2;
}
.AnyTagClassName
{
color: #5514A2;
}
</style>
background-color css
<style>
a { background-color: #5514A2; }
a { background-color: rgb(85,20,162); }
div.DivClassName
{
background-color: #5514A2;
}
.BgClassName
{
background-color: #5514A2;
}
</style>
border-color css
<style>
span { border-color: #5514A2; }
span { border-color: rgb(85,20,162); }
td.TdClassName
{
border-color: #5514A2;
}
.TagClassName
{
border-color: #5514A2;
}
</style>