Shades of Indigo #5101A9
Tints of Indigo #5101A9
RGB
CMYK
RGB Variations
Color information
#5101A9 (or 0x5101A9) is known color: Indigo. HEX triplet: 51, 01 and A9. RGB value is (81,1,169). Sum of RGB (Red+Green+Blue) = 81+1+169=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 169 (66.41% from 255 or 67.33% from 251); Max value from RGB is 169 - color contains mainly: blue. Hex color #5101A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5101A9 is #AEFE56. Grayscale: #2B2B2B. Windows color (decimal): -11468375 or 11075921. OLE color: 11075921.
HSL color Cylindrical-coordinate representation of color #5101A9: hue angle of 268.57º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5101A9 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 1 | 169 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.34 |
| HSL | 268.57º | 0.99% | 0.33% | - |
| HSV(B) | 268.57º | 0.99% | 0.66% | - |
| XYZ | 10.57 | 4.64 | 37.87 | - |
| YUV | 44.07 | 198.5 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 169 | 0.52 | 0.99 | 0 | 0.34 | 268.57 | 0.99 | 0.33 |
| Hex | 51 | 1 | A9 | 34 | 63 | 0 | 22 | 10D | 63 | 21 |
| Octal | 121 | 1 | 251 | 64 | 143 | 0 | 42 | 415 | 143 | 41 |
| Binary | 1010001 | 1 | 10101001 | 110100 | 1100011 | 0 | 100010 | 100001101 | 1100011 | 100001 |
Color Harmonies of #5101A9
Complementary color
Monochromatic Colors of #5101A9
Black with #5101A9
Text Example
Text Example
White with #5101A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5101A9; }
p { color: rgb(81,1,169); }
H1.HeaderClassName
{
color: #5101A9;
}
.AnyTagClassName
{
color: #5101A9;
}
</style>
background-color css
<style>
a { background-color: #5101A9; }
a { background-color: rgb(81,1,169); }
div.DivClassName
{
background-color: #5101A9;
}
.BgClassName
{
background-color: #5101A9;
}
</style>
border-color css
<style>
span { border-color: #5101A9; }
span { border-color: rgb(81,1,169); }
td.TdClassName
{
border-color: #5101A9;
}
.TagClassName
{
border-color: #5101A9;
}
</style>