Shades of Indigo #500696
Tints of Indigo #500696
RGB
CMYK
RGB Variations
Color information
#500696 (or 0x500696) is known color: Indigo. HEX triplet: 50, 06 and 96. RGB value is (80,6,150). Sum of RGB (Red+Green+Blue) = 80+6+150=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #500696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500696 is #AFF969. Grayscale: #2C2C2C. Windows color (decimal): -11532650 or 9832016. OLE color: 9832016.
HSL color Cylindrical-coordinate representation of color #500696: hue angle of 270.83º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500696 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 6 | 150 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.41 |
| HSL | 270.83º | 0.92% | 0.31% | - |
| HSV(B) | 270.83º | 0.96% | 0.59% | - |
| XYZ | 8.88 | 4.04 | 29.17 | - |
| YUV | 44.54 | 187.52 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 150 | 0.47 | 0.96 | 0 | 0.41 | 270.83 | 0.92 | 0.31 |
| Hex | 50 | 6 | 96 | 2F | 60 | 0 | 29 | 10F | 5C | 1F |
| Octal | 120 | 6 | 226 | 57 | 140 | 0 | 51 | 417 | 134 | 37 |
| Binary | 1010000 | 110 | 10010110 | 101111 | 1100000 | 0 | 101001 | 100001111 | 1011100 | 11111 |
Color Harmonies of #500696
Complementary color
Monochromatic Colors of #500696
Black with #500696
Text Example
Text Example
White with #500696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500696; }
p { color: rgb(80,6,150); }
H1.HeaderClassName
{
color: #500696;
}
.AnyTagClassName
{
color: #500696;
}
</style>
background-color css
<style>
a { background-color: #500696; }
a { background-color: rgb(80,6,150); }
div.DivClassName
{
background-color: #500696;
}
.BgClassName
{
background-color: #500696;
}
</style>
border-color css
<style>
span { border-color: #500696; }
span { border-color: rgb(80,6,150); }
td.TdClassName
{
border-color: #500696;
}
.TagClassName
{
border-color: #500696;
}
</style>