Shades of Indigo #500768
Tints of Indigo #500768
RGB
CMYK
RGB Variations
Color information
#500768 (or 0x500768) is known color: Indigo. HEX triplet: 50, 07 and 68. RGB value is (80,7,104). Sum of RGB (Red+Green+Blue) = 80+7+104=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #500768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500768 is #AFF897. Grayscale: #272727. Windows color (decimal): -11532440 or 6817616. OLE color: 6817616.
HSL color Cylindrical-coordinate representation of color #500768: hue angle of 285.15º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500768 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 7 | 104 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.59 |
| HSL | 285.15º | 0.87% | 0.22% | - |
| HSV(B) | 285.15º | 0.93% | 0.41% | - |
| XYZ | 5.88 | 2.86 | 13.34 | - |
| YUV | 39.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 104 | 0.23 | 0.93 | 0 | 0.59 | 285.15 | 0.87 | 0.22 |
| Hex | 50 | 7 | 68 | 17 | 5D | 0 | 3B | 11D | 57 | 16 |
| Octal | 120 | 7 | 150 | 27 | 135 | 0 | 73 | 435 | 127 | 26 |
| Binary | 1010000 | 111 | 1101000 | 10111 | 1011101 | 0 | 111011 | 100011101 | 1010111 | 10110 |
Color Harmonies of #500768
Complementary color
Monochromatic Colors of #500768
Black with #500768
Text Example
Text Example
White with #500768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500768; }
p { color: rgb(80,7,104); }
H1.HeaderClassName
{
color: #500768;
}
.AnyTagClassName
{
color: #500768;
}
</style>
background-color css
<style>
a { background-color: #500768; }
a { background-color: rgb(80,7,104); }
div.DivClassName
{
background-color: #500768;
}
.BgClassName
{
background-color: #500768;
}
</style>
border-color css
<style>
span { border-color: #500768; }
span { border-color: rgb(80,7,104); }
td.TdClassName
{
border-color: #500768;
}
.TagClassName
{
border-color: #500768;
}
</style>