Shades of Indigo #5009A1
Tints of Indigo #5009A1
RGB
CMYK
RGB Variations
Color information
#5009A1 (or 0x5009A1) is known color: Indigo. HEX triplet: 50, 09 and A1. RGB value is (80,9,161). Sum of RGB (Red+Green+Blue) = 80+9+161=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 161 (63.28% from 255 or 64.4% from 250); Max value from RGB is 161 - color contains mainly: blue. Hex color #5009A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5009A1 is #AFF65E. Grayscale: #2F2F2F. Windows color (decimal): -11531871 or 10553680. OLE color: 10553680.
HSL color Cylindrical-coordinate representation of color #5009A1: hue angle of 268.03º 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 #5009A1 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 9 | 161 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.37 |
| HSL | 268.03º | 0.89% | 0.33% | - |
| HSV(B) | 268.03º | 0.94% | 0.63% | - |
| XYZ | 9.84 | 4.47 | 34.06 | - |
| YUV | 47.56 | 192.02 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 161 | 0.50 | 0.94 | 0 | 0.37 | 268.03 | 0.89 | 0.33 |
| Hex | 50 | 9 | A1 | 32 | 5E | 0 | 25 | 10C | 59 | 21 |
| Octal | 120 | 11 | 241 | 62 | 136 | 0 | 45 | 414 | 131 | 41 |
| Binary | 1010000 | 1001 | 10100001 | 110010 | 1011110 | 0 | 100101 | 100001100 | 1011001 | 100001 |
Color Harmonies of #5009A1
Complementary color
Monochromatic Colors of #5009A1
Black with #5009A1
Text Example
Text Example
White with #5009A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5009A1; }
p { color: rgb(80,9,161); }
H1.HeaderClassName
{
color: #5009A1;
}
.AnyTagClassName
{
color: #5009A1;
}
</style>
background-color css
<style>
a { background-color: #5009A1; }
a { background-color: rgb(80,9,161); }
div.DivClassName
{
background-color: #5009A1;
}
.BgClassName
{
background-color: #5009A1;
}
</style>
border-color css
<style>
span { border-color: #5009A1; }
span { border-color: rgb(80,9,161); }
td.TdClassName
{
border-color: #5009A1;
}
.TagClassName
{
border-color: #5009A1;
}
</style>