Shades of Indigo #500DA1
Tints of Indigo #500DA1
RGB
CMYK
RGB Variations
Color information
#500DA1 (or 0x500DA1) is known color: Indigo. HEX triplet: 50, 0D and A1. RGB value is (80,13,161). Sum of RGB (Red+Green+Blue) = 80+13+161=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 161 (63.28% from 255 or 63.39% from 254); Max value from RGB is 161 - color contains mainly: blue. Hex color #500DA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500DA1 is #AFF25E. Grayscale: #313131. Windows color (decimal): -11530847 or 10554704. OLE color: 10554704.
HSL color Cylindrical-coordinate representation of color #500DA1: hue angle of 267.16º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500DA1 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 13 | 161 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.37 |
| HSL | 267.16º | 0.85% | 0.34% | - |
| HSV(B) | 267.16º | 0.92% | 0.63% | - |
| XYZ | 9.89 | 4.57 | 34.08 | - |
| YUV | 49.91 | 190.7 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 161 | 0.50 | 0.92 | 0 | 0.37 | 267.16 | 0.85 | 0.34 |
| Hex | 50 | D | A1 | 32 | 5C | 0 | 25 | 10B | 55 | 22 |
| Octal | 120 | 15 | 241 | 62 | 134 | 0 | 45 | 413 | 125 | 42 |
| Binary | 1010000 | 1101 | 10100001 | 110010 | 1011100 | 0 | 100101 | 100001011 | 1010101 | 100010 |
Color Harmonies of #500DA1
Complementary color
Monochromatic Colors of #500DA1
Black with #500DA1
Text Example
Text Example
White with #500DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DA1; }
p { color: rgb(80,13,161); }
H1.HeaderClassName
{
color: #500DA1;
}
.AnyTagClassName
{
color: #500DA1;
}
</style>
background-color css
<style>
a { background-color: #500DA1; }
a { background-color: rgb(80,13,161); }
div.DivClassName
{
background-color: #500DA1;
}
.BgClassName
{
background-color: #500DA1;
}
</style>
border-color css
<style>
span { border-color: #500DA1; }
span { border-color: rgb(80,13,161); }
td.TdClassName
{
border-color: #500DA1;
}
.TagClassName
{
border-color: #500DA1;
}
</style>