Shades of Indigo #500997
Tints of Indigo #500997
RGB
CMYK
RGB Variations
Color information
#500997 (or 0x500997) is known color: Indigo. HEX triplet: 50, 09 and 97. RGB value is (80,9,151). Sum of RGB (Red+Green+Blue) = 80+9+151=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #500997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500997 is #AFF668. Grayscale: #2D2D2D. Windows color (decimal): -11531881 or 9898320. OLE color: 9898320.
HSL color Cylindrical-coordinate representation of color #500997: hue angle of 270º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500997 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 80 | 9 | 151 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.41 |
| HSL | 270º | 0.89% | 0.31% | - |
| HSV(B) | 270º | 0.94% | 0.59% | - |
| XYZ | 8.99 | 4.14 | 29.6 | - |
| YUV | 46.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 151 | 0.47 | 0.94 | 0 | 0.41 | 270 | 0.89 | 0.31 |
| Hex | 50 | 9 | 97 | 2F | 5E | 0 | 29 | 10E | 59 | 1F |
| Octal | 120 | 11 | 227 | 57 | 136 | 0 | 51 | 416 | 131 | 37 |
| Binary | 1010000 | 1001 | 10010111 | 101111 | 1011110 | 0 | 101001 | 100001110 | 1011001 | 11111 |
Color Harmonies of #500997
Complementary color
Monochromatic Colors of #500997
Black with #500997
Text Example
Text Example
White with #500997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500997; }
p { color: rgb(80,9,151); }
H1.HeaderClassName
{
color: #500997;
}
.AnyTagClassName
{
color: #500997;
}
</style>
background-color css
<style>
a { background-color: #500997; }
a { background-color: rgb(80,9,151); }
div.DivClassName
{
background-color: #500997;
}
.BgClassName
{
background-color: #500997;
}
</style>
border-color css
<style>
span { border-color: #500997; }
span { border-color: rgb(80,9,151); }
td.TdClassName
{
border-color: #500997;
}
.TagClassName
{
border-color: #500997;
}
</style>