Shades of Indigo #5001A2
Tints of Indigo #5001A2
RGB
CMYK
RGB Variations
Color information
#5001A2 (or 0x5001A2) is known color: Indigo. HEX triplet: 50, 01 and A2. RGB value is (80,1,162). Sum of RGB (Red+Green+Blue) = 80+1+162=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 162 (63.67% from 255 or 66.67% from 243); Max value from RGB is 162 - color contains mainly: blue. Hex color #5001A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5001A2 is #AFFE5D. Grayscale: #2A2A2A. Windows color (decimal): -11533918 or 10617168. OLE color: 10617168.
HSL color Cylindrical-coordinate representation of color #5001A2: hue angle of 269.44º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5001A2 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 1 | 162 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.36 |
| HSL | 269.44º | 0.99% | 0.32% | - |
| HSV(B) | 269.44º | 0.99% | 0.64% | - |
| XYZ | 9.84 | 4.34 | 34.5 | - |
| YUV | 42.98 | 195.17 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 162 | 0.51 | 0.99 | 0 | 0.36 | 269.44 | 0.99 | 0.32 |
| Hex | 50 | 1 | A2 | 33 | 63 | 0 | 24 | 10D | 63 | 20 |
| Octal | 120 | 1 | 242 | 63 | 143 | 0 | 44 | 415 | 143 | 40 |
| Binary | 1010000 | 1 | 10100010 | 110011 | 1100011 | 0 | 100100 | 100001101 | 1100011 | 100000 |
Color Harmonies of #5001A2
Complementary color
Monochromatic Colors of #5001A2
Black with #5001A2
Text Example
Text Example
White with #5001A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5001A2; }
p { color: rgb(80,1,162); }
H1.HeaderClassName
{
color: #5001A2;
}
.AnyTagClassName
{
color: #5001A2;
}
</style>
background-color css
<style>
a { background-color: #5001A2; }
a { background-color: rgb(80,1,162); }
div.DivClassName
{
background-color: #5001A2;
}
.BgClassName
{
background-color: #5001A2;
}
</style>
border-color css
<style>
span { border-color: #5001A2; }
span { border-color: rgb(80,1,162); }
td.TdClassName
{
border-color: #5001A2;
}
.TagClassName
{
border-color: #5001A2;
}
</style>