Shades of Indigo #5003A0
Tints of Indigo #5003A0
RGB
CMYK
RGB Variations
Color information
#5003A0 (or 0x5003A0) is known color: Indigo. HEX triplet: 50, 03 and A0. RGB value is (80,3,160). Sum of RGB (Red+Green+Blue) = 80+3+160=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #5003A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5003A0 is #AFFC5F. Grayscale: #2B2B2B. Windows color (decimal): -11533408 or 10486608. OLE color: 10486608.
HSL color Cylindrical-coordinate representation of color #5003A0: hue angle of 269.43º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5003A0 is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 3 | 160 | - |
| CMYK | 0.5 | 0.98 | 0 | 0.37 |
| HSL | 269.43º | 0.96% | 0.32% | - |
| HSV(B) | 269.43º | 0.98% | 0.63% | - |
| XYZ | 9.69 | 4.31 | 33.58 | - |
| YUV | 43.92 | 193.51 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 160 | 0.5 | 0.98 | 0 | 0.37 | 269.43 | 0.96 | 0.32 |
| Hex | 50 | 3 | A0 | 32 | 62 | 0 | 25 | 10D | 60 | 20 |
| Octal | 120 | 3 | 240 | 62 | 142 | 0 | 45 | 415 | 140 | 40 |
| Binary | 1010000 | 11 | 10100000 | 110010 | 1100010 | 0 | 100101 | 100001101 | 1100000 | 100000 |
Color Harmonies of #5003A0
Complementary color
Monochromatic Colors of #5003A0
Black with #5003A0
Text Example
Text Example
White with #5003A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003A0; }
p { color: rgb(80,3,160); }
H1.HeaderClassName
{
color: #5003A0;
}
.AnyTagClassName
{
color: #5003A0;
}
</style>
background-color css
<style>
a { background-color: #5003A0; }
a { background-color: rgb(80,3,160); }
div.DivClassName
{
background-color: #5003A0;
}
.BgClassName
{
background-color: #5003A0;
}
</style>
border-color css
<style>
span { border-color: #5003A0; }
span { border-color: rgb(80,3,160); }
td.TdClassName
{
border-color: #5003A0;
}
.TagClassName
{
border-color: #5003A0;
}
</style>