Shades of Indigo #5105A1
Tints of Indigo #5105A1
RGB
CMYK
RGB Variations
Color information
#5105A1 (or 0x5105A1) is known color: Indigo. HEX triplet: 51, 05 and A1. RGB value is (81,5,161). Sum of RGB (Red+Green+Blue) = 81+5+161=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 161 (63.28% from 255 or 65.18% from 247); Max value from RGB is 161 - color contains mainly: blue. Hex color #5105A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5105A1 is #AEFA5E. Grayscale: #2C2C2C. Windows color (decimal): -11467359 or 10552657. OLE color: 10552657.
HSL color Cylindrical-coordinate representation of color #5105A1: hue angle of 269.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5105A1 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 5 | 161 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.37 |
| HSL | 269.23º | 0.94% | 0.33% | - |
| HSV(B) | 269.23º | 0.97% | 0.63% | - |
| XYZ | 9.88 | 4.43 | 34.05 | - |
| YUV | 45.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 161 | 0.50 | 0.97 | 0 | 0.37 | 269.23 | 0.94 | 0.33 |
| Hex | 51 | 5 | A1 | 32 | 61 | 0 | 25 | 10D | 5E | 21 |
| Octal | 121 | 5 | 241 | 62 | 141 | 0 | 45 | 415 | 136 | 41 |
| Binary | 1010001 | 101 | 10100001 | 110010 | 1100001 | 0 | 100101 | 100001101 | 1011110 | 100001 |
Color Harmonies of #5105A1
Complementary color
Monochromatic Colors of #5105A1
Black with #5105A1
Text Example
Text Example
White with #5105A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105A1; }
p { color: rgb(81,5,161); }
H1.HeaderClassName
{
color: #5105A1;
}
.AnyTagClassName
{
color: #5105A1;
}
</style>
background-color css
<style>
a { background-color: #5105A1; }
a { background-color: rgb(81,5,161); }
div.DivClassName
{
background-color: #5105A1;
}
.BgClassName
{
background-color: #5105A1;
}
</style>
border-color css
<style>
span { border-color: #5105A1; }
span { border-color: rgb(81,5,161); }
td.TdClassName
{
border-color: #5105A1;
}
.TagClassName
{
border-color: #5105A1;
}
</style>