Shades of Indigo #500076
Tints of Indigo #500076
RGB
CMYK
RGB Variations
Color information
#500076 (or 0x500076) is known color: Indigo. HEX triplet: 50, 00 and 76. RGB value is (80,0,118). Sum of RGB (Red+Green+Blue) = 80+0+118=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #500076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500076 is #AFFF89. Grayscale: #242424. Windows color (decimal): -11534218 or 7733328. OLE color: 7733328.
HSL color Cylindrical-coordinate representation of color #500076: hue angle of 280.68º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500076 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 0 | 118 | - |
| CMYK | 0.32 | 1 | 0 | 0.54 |
| HSL | 280.68º | 1% | 0.23% | - |
| HSV(B) | 280.68º | 1% | 0.46% | - |
| XYZ | 6.58 | 3.01 | 17.37 | - |
| YUV | 37.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 118 | 0.32 | 1 | 0 | 0.54 | 280.68 | 1 | 0.23 |
| Hex | 50 | 0 | 76 | 20 | 64 | 0 | 36 | 119 | 64 | 17 |
| Octal | 120 | 0 | 166 | 40 | 144 | 0 | 66 | 431 | 144 | 27 |
| Binary | 1010000 | 0 | 1110110 | 100000 | 1100100 | 0 | 110110 | 100011001 | 1100100 | 10111 |
Color Harmonies of #500076
Complementary color
Monochromatic Colors of #500076
Black with #500076
Text Example
Text Example
White with #500076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500076; }
p { color: rgb(80,0,118); }
H1.HeaderClassName
{
color: #500076;
}
.AnyTagClassName
{
color: #500076;
}
</style>
background-color css
<style>
a { background-color: #500076; }
a { background-color: rgb(80,0,118); }
div.DivClassName
{
background-color: #500076;
}
.BgClassName
{
background-color: #500076;
}
</style>
border-color css
<style>
span { border-color: #500076; }
span { border-color: rgb(80,0,118); }
td.TdClassName
{
border-color: #500076;
}
.TagClassName
{
border-color: #500076;
}
</style>