Shades of Indigo #500497
Tints of Indigo #500497
RGB
CMYK
RGB Variations
Color information
#500497 (or 0x500497) is known color: Indigo. HEX triplet: 50, 04 and 97. RGB value is (80,4,151). Sum of RGB (Red+Green+Blue) = 80+4+151=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #500497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500497 is #AFFB68. Grayscale: #2A2A2A. Windows color (decimal): -11533161 or 9897040. OLE color: 9897040.
HSL color Cylindrical-coordinate representation of color #500497: hue angle of 271.02º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500497 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 4 | 151 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.41 |
| HSL | 271.02º | 0.95% | 0.3% | - |
| HSV(B) | 271.02º | 0.97% | 0.59% | - |
| XYZ | 8.94 | 4.03 | 29.58 | - |
| YUV | 43.48 | 188.68 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 151 | 0.47 | 0.97 | 0 | 0.41 | 271.02 | 0.95 | 0.3 |
| Hex | 50 | 4 | 97 | 2F | 61 | 0 | 29 | 10F | 5F | 1E |
| Octal | 120 | 4 | 227 | 57 | 141 | 0 | 51 | 417 | 137 | 36 |
| Binary | 1010000 | 100 | 10010111 | 101111 | 1100001 | 0 | 101001 | 100001111 | 1011111 | 11110 |
Color Harmonies of #500497
Complementary color
Monochromatic Colors of #500497
Black with #500497
Text Example
Text Example
White with #500497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500497; }
p { color: rgb(80,4,151); }
H1.HeaderClassName
{
color: #500497;
}
.AnyTagClassName
{
color: #500497;
}
</style>
background-color css
<style>
a { background-color: #500497; }
a { background-color: rgb(80,4,151); }
div.DivClassName
{
background-color: #500497;
}
.BgClassName
{
background-color: #500497;
}
</style>
border-color css
<style>
span { border-color: #500497; }
span { border-color: rgb(80,4,151); }
td.TdClassName
{
border-color: #500497;
}
.TagClassName
{
border-color: #500497;
}
</style>