Shades of Indigo #500AAA
Tints of Indigo #500AAA
RGB
CMYK
RGB Variations
Color information
#500AAA (or 0x500AAA) is known color: Indigo. HEX triplet: 50, 0A and AA. RGB value is (80,10,170). Sum of RGB (Red+Green+Blue) = 80+10+170=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #500AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500AAA is #AFF555. Grayscale: #303030. Windows color (decimal): -11531606 or 11143760. OLE color: 11143760.
HSL color Cylindrical-coordinate representation of color #500AAA: hue angle of 266.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500AAA is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 10 | 170 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.33 |
| HSL | 266.25º | 0.89% | 0.35% | - |
| HSV(B) | 266.25º | 0.94% | 0.67% | - |
| XYZ | 10.67 | 4.82 | 38.4 | - |
| YUV | 49.17 | 196.19 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 170 | 0.53 | 0.94 | 0 | 0.33 | 266.25 | 0.89 | 0.35 |
| Hex | 50 | A | AA | 35 | 5E | 0 | 21 | 10A | 59 | 23 |
| Octal | 120 | 12 | 252 | 65 | 136 | 0 | 41 | 412 | 131 | 43 |
| Binary | 1010000 | 1010 | 10101010 | 110101 | 1011110 | 0 | 100001 | 100001010 | 1011001 | 100011 |
Color Harmonies of #500AAA
Complementary color
Monochromatic Colors of #500AAA
Black with #500AAA
Text Example
Text Example
White with #500AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500AAA; }
p { color: rgb(80,10,170); }
H1.HeaderClassName
{
color: #500AAA;
}
.AnyTagClassName
{
color: #500AAA;
}
</style>
background-color css
<style>
a { background-color: #500AAA; }
a { background-color: rgb(80,10,170); }
div.DivClassName
{
background-color: #500AAA;
}
.BgClassName
{
background-color: #500AAA;
}
</style>
border-color css
<style>
span { border-color: #500AAA; }
span { border-color: rgb(80,10,170); }
td.TdClassName
{
border-color: #500AAA;
}
.TagClassName
{
border-color: #500AAA;
}
</style>