Shades of Indigo #500762
Tints of Indigo #500762
RGB
CMYK
RGB Variations
Color information
#500762 (or 0x500762) is known color: Indigo. HEX triplet: 50, 07 and 62. RGB value is (80,7,98). Sum of RGB (Red+Green+Blue) = 80+7+98=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 98 (38.67% from 255 or 52.97% from 185); Max value from RGB is 98 - color contains mainly: blue. Hex color #500762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500762 is #AFF89D. Grayscale: #262626. Windows color (decimal): -11532446 or 6424400. OLE color: 6424400.
HSL color Cylindrical-coordinate representation of color #500762: hue angle of 288.13º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500762 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 7 | 98 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.62 |
| HSL | 288.13º | 0.87% | 0.21% | - |
| HSV(B) | 288.13º | 0.93% | 0.38% | - |
| XYZ | 5.59 | 2.74 | 11.79 | - |
| YUV | 39.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 98 | 0.18 | 0.93 | 0 | 0.62 | 288.13 | 0.87 | 0.21 |
| Hex | 50 | 7 | 62 | 12 | 5D | 0 | 3E | 120 | 57 | 15 |
| Octal | 120 | 7 | 142 | 22 | 135 | 0 | 76 | 440 | 127 | 25 |
| Binary | 1010000 | 111 | 1100010 | 10010 | 1011101 | 0 | 111110 | 100100000 | 1010111 | 10101 |
Color Harmonies of #500762
Complementary color
Monochromatic Colors of #500762
Black with #500762
Text Example
Text Example
White with #500762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500762; }
p { color: rgb(80,7,98); }
H1.HeaderClassName
{
color: #500762;
}
.AnyTagClassName
{
color: #500762;
}
</style>
background-color css
<style>
a { background-color: #500762; }
a { background-color: rgb(80,7,98); }
div.DivClassName
{
background-color: #500762;
}
.BgClassName
{
background-color: #500762;
}
</style>
border-color css
<style>
span { border-color: #500762; }
span { border-color: rgb(80,7,98); }
td.TdClassName
{
border-color: #500762;
}
.TagClassName
{
border-color: #500762;
}
</style>