Shades of Indigo #500A72
Tints of Indigo #500A72
RGB
CMYK
RGB Variations
Color information
#500A72 (or 0x500A72) is known color: Indigo. HEX triplet: 50, 0A and 72. RGB value is (80,10,114). Sum of RGB (Red+Green+Blue) = 80+10+114=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #500A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500A72 is #AFF58D. Grayscale: #2A2A2A. Windows color (decimal): -11531662 or 7473744. OLE color: 7473744.
HSL color Cylindrical-coordinate representation of color #500A72: hue angle of 280.38º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500A72 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 10 | 114 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.55 |
| HSL | 280.38º | 0.84% | 0.24% | - |
| HSV(B) | 280.38º | 0.91% | 0.45% | - |
| XYZ | 6.45 | 3.14 | 16.19 | - |
| YUV | 42.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 114 | 0.30 | 0.91 | 0 | 0.55 | 280.38 | 0.84 | 0.24 |
| Hex | 50 | A | 72 | 1E | 5B | 0 | 37 | 118 | 54 | 18 |
| Octal | 120 | 12 | 162 | 36 | 133 | 0 | 67 | 430 | 124 | 30 |
| Binary | 1010000 | 1010 | 1110010 | 11110 | 1011011 | 0 | 110111 | 100011000 | 1010100 | 11000 |
Color Harmonies of #500A72
Complementary color
Monochromatic Colors of #500A72
Black with #500A72
Text Example
Text Example
White with #500A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500A72; }
p { color: rgb(80,10,114); }
H1.HeaderClassName
{
color: #500A72;
}
.AnyTagClassName
{
color: #500A72;
}
</style>
background-color css
<style>
a { background-color: #500A72; }
a { background-color: rgb(80,10,114); }
div.DivClassName
{
background-color: #500A72;
}
.BgClassName
{
background-color: #500A72;
}
</style>
border-color css
<style>
span { border-color: #500A72; }
span { border-color: rgb(80,10,114); }
td.TdClassName
{
border-color: #500A72;
}
.TagClassName
{
border-color: #500A72;
}
</style>