Shades of Indigo #500AA2
Tints of Indigo #500AA2
RGB
CMYK
RGB Variations
Color information
#500AA2 (or 0x500AA2) is known color: Indigo. HEX triplet: 50, 0A and A2. RGB value is (80,10,162). Sum of RGB (Red+Green+Blue) = 80+10+162=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 162 (63.67% from 255 or 64.29% from 252); Max value from RGB is 162 - color contains mainly: blue. Hex color #500AA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500AA2 is #AFF55D. Grayscale: #2F2F2F. Windows color (decimal): -11531614 or 10619472. OLE color: 10619472.
HSL color Cylindrical-coordinate representation of color #500AA2: hue angle of 267.63º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500AA2 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 10 | 162 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.36 |
| HSL | 267.63º | 0.88% | 0.34% | - |
| HSV(B) | 267.63º | 0.94% | 0.64% | - |
| XYZ | 9.94 | 4.53 | 34.53 | - |
| YUV | 48.26 | 192.19 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 162 | 0.51 | 0.94 | 0 | 0.36 | 267.63 | 0.88 | 0.34 |
| Hex | 50 | A | A2 | 33 | 5E | 0 | 24 | 10C | 58 | 22 |
| Octal | 120 | 12 | 242 | 63 | 136 | 0 | 44 | 414 | 130 | 42 |
| Binary | 1010000 | 1010 | 10100010 | 110011 | 1011110 | 0 | 100100 | 100001100 | 1011000 | 100010 |
Color Harmonies of #500AA2
Complementary color
Monochromatic Colors of #500AA2
Black with #500AA2
Text Example
Text Example
White with #500AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500AA2; }
p { color: rgb(80,10,162); }
H1.HeaderClassName
{
color: #500AA2;
}
.AnyTagClassName
{
color: #500AA2;
}
</style>
background-color css
<style>
a { background-color: #500AA2; }
a { background-color: rgb(80,10,162); }
div.DivClassName
{
background-color: #500AA2;
}
.BgClassName
{
background-color: #500AA2;
}
</style>
border-color css
<style>
span { border-color: #500AA2; }
span { border-color: rgb(80,10,162); }
td.TdClassName
{
border-color: #500AA2;
}
.TagClassName
{
border-color: #500AA2;
}
</style>