Shades of Indigo #500760
Tints of Indigo #500760
RGB
CMYK
RGB Variations
Color information
#500760 (or 0x500760) is known color: Indigo. HEX triplet: 50, 07 and 60. RGB value is (80,7,96). Sum of RGB (Red+Green+Blue) = 80+7+96=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #500760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500760 is #AFF89F. Grayscale: #262626. Windows color (decimal): -11532448 or 6293328. OLE color: 6293328.
HSL color Cylindrical-coordinate representation of color #500760: hue angle of 289.21º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500760 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 7 | 96 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.62 |
| HSL | 289.21º | 0.86% | 0.2% | - |
| HSV(B) | 289.21º | 0.93% | 0.38% | - |
| XYZ | 5.5 | 2.7 | 11.3 | - |
| YUV | 38.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 96 | 0.17 | 0.93 | 0 | 0.62 | 289.21 | 0.86 | 0.2 |
| Hex | 50 | 7 | 60 | 11 | 5D | 0 | 3E | 121 | 56 | 14 |
| Octal | 120 | 7 | 140 | 21 | 135 | 0 | 76 | 441 | 126 | 24 |
| Binary | 1010000 | 111 | 1100000 | 10001 | 1011101 | 0 | 111110 | 100100001 | 1010110 | 10100 |
Color Harmonies of #500760
Complementary color
Monochromatic Colors of #500760
Black with #500760
Text Example
Text Example
White with #500760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500760; }
p { color: rgb(80,7,96); }
H1.HeaderClassName
{
color: #500760;
}
.AnyTagClassName
{
color: #500760;
}
</style>
background-color css
<style>
a { background-color: #500760; }
a { background-color: rgb(80,7,96); }
div.DivClassName
{
background-color: #500760;
}
.BgClassName
{
background-color: #500760;
}
</style>
border-color css
<style>
span { border-color: #500760; }
span { border-color: rgb(80,7,96); }
td.TdClassName
{
border-color: #500760;
}
.TagClassName
{
border-color: #500760;
}
</style>