Shades of Indigo #500C72
Tints of Indigo #500C72
RGB
CMYK
RGB Variations
Color information
#500C72 (or 0x500C72) is known color: Indigo. HEX triplet: 50, 0C and 72. RGB value is (80,12,114). Sum of RGB (Red+Green+Blue) = 80+12+114=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #500C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C72 is #AFF38D. Grayscale: #2B2B2B. Windows color (decimal): -11531150 or 7474256. OLE color: 7474256.
HSL color Cylindrical-coordinate representation of color #500C72: hue angle of 280º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500C72 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 12 | 114 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.55 |
| HSL | 280º | 0.81% | 0.25% | - |
| HSV(B) | 280º | 0.89% | 0.45% | - |
| XYZ | 6.48 | 3.18 | 16.19 | - |
| YUV | 43.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 114 | 0.30 | 0.89 | 0 | 0.55 | 280 | 0.81 | 0.25 |
| Hex | 50 | C | 72 | 1E | 59 | 0 | 37 | 118 | 51 | 19 |
| Octal | 120 | 14 | 162 | 36 | 131 | 0 | 67 | 430 | 121 | 31 |
| Binary | 1010000 | 1100 | 1110010 | 11110 | 1011001 | 0 | 110111 | 100011000 | 1010001 | 11001 |
Color Harmonies of #500C72
Complementary color
Monochromatic Colors of #500C72
Black with #500C72
Text Example
Text Example
White with #500C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500C72; }
p { color: rgb(80,12,114); }
H1.HeaderClassName
{
color: #500C72;
}
.AnyTagClassName
{
color: #500C72;
}
</style>
background-color css
<style>
a { background-color: #500C72; }
a { background-color: rgb(80,12,114); }
div.DivClassName
{
background-color: #500C72;
}
.BgClassName
{
background-color: #500C72;
}
</style>
border-color css
<style>
span { border-color: #500C72; }
span { border-color: rgb(80,12,114); }
td.TdClassName
{
border-color: #500C72;
}
.TagClassName
{
border-color: #500C72;
}
</style>