Shades of Indigo #5109A1
Tints of Indigo #5109A1
RGB
CMYK
RGB Variations
Color information
#5109A1 (or 0x5109A1) is known color: Indigo. HEX triplet: 51, 09 and A1. RGB value is (81,9,161). Sum of RGB (Red+Green+Blue) = 81+9+161=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 161 (63.28% from 255 or 64.14% from 251); Max value from RGB is 161 - color contains mainly: blue. Hex color #5109A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5109A1 is #AEF65E. Grayscale: #2F2F2F. Windows color (decimal): -11466335 or 10553681. OLE color: 10553681.
HSL color Cylindrical-coordinate representation of color #5109A1: hue angle of 268.42º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5109A1 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 9 | 161 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.37 |
| HSL | 268.42º | 0.89% | 0.33% | - |
| HSV(B) | 268.42º | 0.94% | 0.63% | - |
| XYZ | 9.92 | 4.52 | 34.07 | - |
| YUV | 47.86 | 191.85 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 161 | 0.50 | 0.94 | 0 | 0.37 | 268.42 | 0.89 | 0.33 |
| Hex | 51 | 9 | A1 | 32 | 5E | 0 | 25 | 10C | 59 | 21 |
| Octal | 121 | 11 | 241 | 62 | 136 | 0 | 45 | 414 | 131 | 41 |
| Binary | 1010001 | 1001 | 10100001 | 110010 | 1011110 | 0 | 100101 | 100001100 | 1011001 | 100001 |
Color Harmonies of #5109A1
Complementary color
Monochromatic Colors of #5109A1
Black with #5109A1
Text Example
Text Example
White with #5109A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5109A1; }
p { color: rgb(81,9,161); }
H1.HeaderClassName
{
color: #5109A1;
}
.AnyTagClassName
{
color: #5109A1;
}
</style>
background-color css
<style>
a { background-color: #5109A1; }
a { background-color: rgb(81,9,161); }
div.DivClassName
{
background-color: #5109A1;
}
.BgClassName
{
background-color: #5109A1;
}
</style>
border-color css
<style>
span { border-color: #5109A1; }
span { border-color: rgb(81,9,161); }
td.TdClassName
{
border-color: #5109A1;
}
.TagClassName
{
border-color: #5109A1;
}
</style>