Shades of Indigo #500F9F
Tints of Indigo #500F9F
RGB
CMYK
RGB Variations
Color information
#500F9F (or 0x500F9F) is known color: Indigo. HEX triplet: 50, 0F and 9F. RGB value is (80,15,159). Sum of RGB (Red+Green+Blue) = 80+15+159=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #500F9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500F9F is #AFF060. Grayscale: #323232. Windows color (decimal): -11530337 or 10424144. OLE color: 10424144.
HSL color Cylindrical-coordinate representation of color #500F9F: hue angle of 267.08º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500F9F is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 15 | 159 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.38 |
| HSL | 267.08º | 0.83% | 0.34% | - |
| HSV(B) | 267.08º | 0.91% | 0.62% | - |
| XYZ | 9.74 | 4.55 | 33.17 | - |
| YUV | 50.85 | 189.03 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 15 | 159 | 0.50 | 0.91 | 0 | 0.38 | 267.08 | 0.83 | 0.34 |
| Hex | 50 | F | 9F | 32 | 5B | 0 | 26 | 10B | 53 | 22 |
| Octal | 120 | 17 | 237 | 62 | 133 | 0 | 46 | 413 | 123 | 42 |
| Binary | 1010000 | 1111 | 10011111 | 110010 | 1011011 | 0 | 100110 | 100001011 | 1010011 | 100010 |
Color Harmonies of #500F9F
Complementary color
Monochromatic Colors of #500F9F
Black with #500F9F
Text Example
Text Example
White with #500F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500F9F; }
p { color: rgb(80,15,159); }
H1.HeaderClassName
{
color: #500F9F;
}
.AnyTagClassName
{
color: #500F9F;
}
</style>
background-color css
<style>
a { background-color: #500F9F; }
a { background-color: rgb(80,15,159); }
div.DivClassName
{
background-color: #500F9F;
}
.BgClassName
{
background-color: #500F9F;
}
</style>
border-color css
<style>
span { border-color: #500F9F; }
span { border-color: rgb(80,15,159); }
td.TdClassName
{
border-color: #500F9F;
}
.TagClassName
{
border-color: #500F9F;
}
</style>