Shades of Indigo #500397
Tints of Indigo #500397
RGB
CMYK
RGB Variations
Color information
#500397 (or 0x500397) is known color: Indigo. HEX triplet: 50, 03 and 97. RGB value is (80,3,151). Sum of RGB (Red+Green+Blue) = 80+3+151=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #500397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500397 is #AFFC68. Grayscale: #2A2A2A. Windows color (decimal): -11533417 or 9896784. OLE color: 9896784.
HSL color Cylindrical-coordinate representation of color #500397: hue angle of 271.22º 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 #500397 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 3 | 151 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.41 |
| HSL | 271.22º | 0.96% | 0.3% | - |
| HSV(B) | 271.22º | 0.98% | 0.59% | - |
| XYZ | 8.93 | 4 | 29.58 | - |
| YUV | 42.9 | 189.01 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 151 | 0.47 | 0.98 | 0 | 0.41 | 271.22 | 0.96 | 0.3 |
| Hex | 50 | 3 | 97 | 2F | 62 | 0 | 29 | 10F | 60 | 1E |
| Octal | 120 | 3 | 227 | 57 | 142 | 0 | 51 | 417 | 140 | 36 |
| Binary | 1010000 | 11 | 10010111 | 101111 | 1100010 | 0 | 101001 | 100001111 | 1100000 | 11110 |
Color Harmonies of #500397
Complementary color
Monochromatic Colors of #500397
Black with #500397
Text Example
Text Example
White with #500397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500397; }
p { color: rgb(80,3,151); }
H1.HeaderClassName
{
color: #500397;
}
.AnyTagClassName
{
color: #500397;
}
</style>
background-color css
<style>
a { background-color: #500397; }
a { background-color: rgb(80,3,151); }
div.DivClassName
{
background-color: #500397;
}
.BgClassName
{
background-color: #500397;
}
</style>
border-color css
<style>
span { border-color: #500397; }
span { border-color: rgb(80,3,151); }
td.TdClassName
{
border-color: #500397;
}
.TagClassName
{
border-color: #500397;
}
</style>