Shades of Indigo #5015A0
Tints of Indigo #5015A0
RGB
CMYK
RGB Variations
Color information
#5015A0 (or 0x5015A0) is known color: Indigo. HEX triplet: 50, 15 and A0. RGB value is (80,21,160). Sum of RGB (Red+Green+Blue) = 80+21+160=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 160 (62.89% from 255 or 61.30% from 261); Max value from RGB is 160 - color contains mainly: blue. Hex color #5015A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5015A0 is #AFEA5F. Grayscale: #353535. Windows color (decimal): -11528800 or 10491216. OLE color: 10491216.
HSL color Cylindrical-coordinate representation of color #5015A0: hue angle of 265.47º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5015A0 is Cyan = 0.5, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 21 | 160 | - |
| CMYK | 0.5 | 0.87 | 0 | 0.37 |
| HSL | 265.47º | 0.77% | 0.35% | - |
| HSV(B) | 265.47º | 0.87% | 0.63% | - |
| XYZ | 9.92 | 4.78 | 33.66 | - |
| YUV | 54.49 | 187.55 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 160 | 0.5 | 0.87 | 0 | 0.37 | 265.47 | 0.77 | 0.35 |
| Hex | 50 | 15 | A0 | 32 | 57 | 0 | 25 | 109 | 4D | 23 |
| Octal | 120 | 25 | 240 | 62 | 127 | 0 | 45 | 411 | 115 | 43 |
| Binary | 1010000 | 10101 | 10100000 | 110010 | 1010111 | 0 | 100101 | 100001001 | 1001101 | 100011 |
Color Harmonies of #5015A0
Complementary color
Monochromatic Colors of #5015A0
Black with #5015A0
Text Example
Text Example
White with #5015A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5015A0; }
p { color: rgb(80,21,160); }
H1.HeaderClassName
{
color: #5015A0;
}
.AnyTagClassName
{
color: #5015A0;
}
</style>
background-color css
<style>
a { background-color: #5015A0; }
a { background-color: rgb(80,21,160); }
div.DivClassName
{
background-color: #5015A0;
}
.BgClassName
{
background-color: #5015A0;
}
</style>
border-color css
<style>
span { border-color: #5015A0; }
span { border-color: rgb(80,21,160); }
td.TdClassName
{
border-color: #5015A0;
}
.TagClassName
{
border-color: #5015A0;
}
</style>