Shades of Indigo #500B72
Tints of Indigo #500B72
RGB
CMYK
RGB Variations
Color information
#500B72 (or 0x500B72) is known color: Indigo. HEX triplet: 50, 0B and 72. RGB value is (80,11,114). Sum of RGB (Red+Green+Blue) = 80+11+114=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #500B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500B72 is #AFF48D. Grayscale: #2B2B2B. Windows color (decimal): -11531406 or 7474000. OLE color: 7474000.
HSL color Cylindrical-coordinate representation of color #500B72: hue angle of 280.19º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500B72 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 11 | 114 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.55 |
| HSL | 280.19º | 0.82% | 0.25% | - |
| HSV(B) | 280.19º | 0.9% | 0.45% | - |
| XYZ | 6.47 | 3.16 | 16.19 | - |
| YUV | 43.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 114 | 0.30 | 0.90 | 0 | 0.55 | 280.19 | 0.82 | 0.25 |
| Hex | 50 | B | 72 | 1E | 5A | 0 | 37 | 118 | 52 | 19 |
| Octal | 120 | 13 | 162 | 36 | 132 | 0 | 67 | 430 | 122 | 31 |
| Binary | 1010000 | 1011 | 1110010 | 11110 | 1011010 | 0 | 110111 | 100011000 | 1010010 | 11001 |
Color Harmonies of #500B72
Complementary color
Monochromatic Colors of #500B72
Black with #500B72
Text Example
Text Example
White with #500B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B72; }
p { color: rgb(80,11,114); }
H1.HeaderClassName
{
color: #500B72;
}
.AnyTagClassName
{
color: #500B72;
}
</style>
background-color css
<style>
a { background-color: #500B72; }
a { background-color: rgb(80,11,114); }
div.DivClassName
{
background-color: #500B72;
}
.BgClassName
{
background-color: #500B72;
}
</style>
border-color css
<style>
span { border-color: #500B72; }
span { border-color: rgb(80,11,114); }
td.TdClassName
{
border-color: #500B72;
}
.TagClassName
{
border-color: #500B72;
}
</style>