Shades of Indigo #500396
Tints of Indigo #500396
RGB
CMYK
RGB Variations
Color information
#500396 (or 0x500396) is known color: Indigo. HEX triplet: 50, 03 and 96. RGB value is (80,3,150). Sum of RGB (Red+Green+Blue) = 80+3+150=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #500396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500396 is #AFFC69. Grayscale: #2A2A2A. Windows color (decimal): -11533418 or 9831248. OLE color: 9831248.
HSL color Cylindrical-coordinate representation of color #500396: hue angle of 271.43º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500396 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 3 | 150 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.41 |
| HSL | 271.43º | 0.96% | 0.3% | - |
| HSV(B) | 271.43º | 0.98% | 0.59% | - |
| XYZ | 8.85 | 3.97 | 29.15 | - |
| YUV | 42.78 | 188.51 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 150 | 0.47 | 0.98 | 0 | 0.41 | 271.43 | 0.96 | 0.3 |
| Hex | 50 | 3 | 96 | 2F | 62 | 0 | 29 | 10F | 60 | 1E |
| Octal | 120 | 3 | 226 | 57 | 142 | 0 | 51 | 417 | 140 | 36 |
| Binary | 1010000 | 11 | 10010110 | 101111 | 1100010 | 0 | 101001 | 100001111 | 1100000 | 11110 |
Color Harmonies of #500396
Complementary color
Monochromatic Colors of #500396
Black with #500396
Text Example
Text Example
White with #500396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500396; }
p { color: rgb(80,3,150); }
H1.HeaderClassName
{
color: #500396;
}
.AnyTagClassName
{
color: #500396;
}
</style>
background-color css
<style>
a { background-color: #500396; }
a { background-color: rgb(80,3,150); }
div.DivClassName
{
background-color: #500396;
}
.BgClassName
{
background-color: #500396;
}
</style>
border-color css
<style>
span { border-color: #500396; }
span { border-color: rgb(80,3,150); }
td.TdClassName
{
border-color: #500396;
}
.TagClassName
{
border-color: #500396;
}
</style>