Shades of Indigo #500072
Tints of Indigo #500072
RGB
CMYK
RGB Variations
Color information
#500072 (or 0x500072) is known color: Indigo. HEX triplet: 50, 00 and 72. RGB value is (80,0,114). Sum of RGB (Red+Green+Blue) = 80+0+114=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #500072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500072 is #AFFF8D. Grayscale: #242424. Windows color (decimal): -11534222 or 7471184. OLE color: 7471184.
HSL color Cylindrical-coordinate representation of color #500072: hue angle of 282.11º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500072 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 0 | 114 | - |
| CMYK | 0.30 | 1 | 0 | 0.55 |
| HSL | 282.11º | 1% | 0.22% | - |
| HSV(B) | 282.11º | 1% | 0.45% | - |
| XYZ | 6.35 | 2.92 | 16.15 | - |
| YUV | 36.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 114 | 0.30 | 1 | 0 | 0.55 | 282.11 | 1 | 0.22 |
| Hex | 50 | 0 | 72 | 1E | 64 | 0 | 37 | 11A | 64 | 16 |
| Octal | 120 | 0 | 162 | 36 | 144 | 0 | 67 | 432 | 144 | 26 |
| Binary | 1010000 | 0 | 1110010 | 11110 | 1100100 | 0 | 110111 | 100011010 | 1100100 | 10110 |
Color Harmonies of #500072
Complementary color
Monochromatic Colors of #500072
Black with #500072
Text Example
Text Example
White with #500072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500072; }
p { color: rgb(80,0,114); }
H1.HeaderClassName
{
color: #500072;
}
.AnyTagClassName
{
color: #500072;
}
</style>
background-color css
<style>
a { background-color: #500072; }
a { background-color: rgb(80,0,114); }
div.DivClassName
{
background-color: #500072;
}
.BgClassName
{
background-color: #500072;
}
</style>
border-color css
<style>
span { border-color: #500072; }
span { border-color: rgb(80,0,114); }
td.TdClassName
{
border-color: #500072;
}
.TagClassName
{
border-color: #500072;
}
</style>