Shades of Indigo #5110A1
Tints of Indigo #5110A1
RGB
CMYK
RGB Variations
Color information
#5110A1 (or 0x5110A1) is known color: Indigo. HEX triplet: 51, 10 and A1. RGB value is (81,16,161). Sum of RGB (Red+Green+Blue) = 81+16+161=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 161 (63.28% from 255 or 62.40% from 258); Max value from RGB is 161 - color contains mainly: blue. Hex color #5110A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5110A1 is #AEEF5E. Grayscale: #333333. Windows color (decimal): -11464543 or 10555473. OLE color: 10555473.
HSL color Cylindrical-coordinate representation of color #5110A1: hue angle of 266.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5110A1 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 16 | 161 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.37 |
| HSL | 266.9º | 0.82% | 0.35% | - |
| HSV(B) | 266.9º | 0.9% | 0.63% | - |
| XYZ | 10.01 | 4.69 | 34.1 | - |
| YUV | 51.97 | 189.53 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 161 | 0.50 | 0.90 | 0 | 0.37 | 266.9 | 0.82 | 0.35 |
| Hex | 51 | 10 | A1 | 32 | 5A | 0 | 25 | 10B | 52 | 23 |
| Octal | 121 | 20 | 241 | 62 | 132 | 0 | 45 | 413 | 122 | 43 |
| Binary | 1010001 | 10000 | 10100001 | 110010 | 1011010 | 0 | 100101 | 100001011 | 1010010 | 100011 |
Color Harmonies of #5110A1
Complementary color
Monochromatic Colors of #5110A1
Black with #5110A1
Text Example
Text Example
White with #5110A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110A1; }
p { color: rgb(81,16,161); }
H1.HeaderClassName
{
color: #5110A1;
}
.AnyTagClassName
{
color: #5110A1;
}
</style>
background-color css
<style>
a { background-color: #5110A1; }
a { background-color: rgb(81,16,161); }
div.DivClassName
{
background-color: #5110A1;
}
.BgClassName
{
background-color: #5110A1;
}
</style>
border-color css
<style>
span { border-color: #5110A1; }
span { border-color: rgb(81,16,161); }
td.TdClassName
{
border-color: #5110A1;
}
.TagClassName
{
border-color: #5110A1;
}
</style>