Shades of Indigo #500B95
Tints of Indigo #500B95
RGB
CMYK
RGB Variations
Color information
#500B95 (or 0x500B95) is known color: Indigo. HEX triplet: 50, 0B and 95. RGB value is (80,11,149). Sum of RGB (Red+Green+Blue) = 80+11+149=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #500B95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500B95 is #AFF46A. Grayscale: #2E2E2E. Windows color (decimal): -11531371 or 9767760. OLE color: 9767760.
HSL color Cylindrical-coordinate representation of color #500B95: hue angle of 270º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500B95 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 11 | 149 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.42 |
| HSL | 270º | 0.86% | 0.31% | - |
| HSV(B) | 270º | 0.93% | 0.58% | - |
| XYZ | 8.85 | 4.11 | 28.76 | - |
| YUV | 47.36 | 185.36 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 149 | 0.46 | 0.93 | 0 | 0.42 | 270 | 0.86 | 0.31 |
| Hex | 50 | B | 95 | 2E | 5D | 0 | 2A | 10E | 56 | 1F |
| Octal | 120 | 13 | 225 | 56 | 135 | 0 | 52 | 416 | 126 | 37 |
| Binary | 1010000 | 1011 | 10010101 | 101110 | 1011101 | 0 | 101010 | 100001110 | 1010110 | 11111 |
Color Harmonies of #500B95
Complementary color
Monochromatic Colors of #500B95
Black with #500B95
Text Example
Text Example
White with #500B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B95; }
p { color: rgb(80,11,149); }
H1.HeaderClassName
{
color: #500B95;
}
.AnyTagClassName
{
color: #500B95;
}
</style>
background-color css
<style>
a { background-color: #500B95; }
a { background-color: rgb(80,11,149); }
div.DivClassName
{
background-color: #500B95;
}
.BgClassName
{
background-color: #500B95;
}
</style>
border-color css
<style>
span { border-color: #500B95; }
span { border-color: rgb(80,11,149); }
td.TdClassName
{
border-color: #500B95;
}
.TagClassName
{
border-color: #500B95;
}
</style>