Shades of Indigo #500B9E
Tints of Indigo #500B9E
RGB
CMYK
RGB Variations
Color information
#500B9E (or 0x500B9E) is known color: Indigo. HEX triplet: 50, 0B and 9E. RGB value is (80,11,158). Sum of RGB (Red+Green+Blue) = 80+11+158=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #500B9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500B9E is #AFF461. Grayscale: #2F2F2F. Windows color (decimal): -11531362 or 10357584. OLE color: 10357584.
HSL color Cylindrical-coordinate representation of color #500B9E: hue angle of 268.16º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500B9E is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 11 | 158 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.38 |
| HSL | 268.16º | 0.87% | 0.33% | - |
| HSV(B) | 268.16º | 0.93% | 0.62% | - |
| XYZ | 9.6 | 4.41 | 32.69 | - |
| YUV | 48.39 | 189.86 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 158 | 0.49 | 0.93 | 0 | 0.38 | 268.16 | 0.87 | 0.33 |
| Hex | 50 | B | 9E | 31 | 5D | 0 | 26 | 10C | 57 | 21 |
| Octal | 120 | 13 | 236 | 61 | 135 | 0 | 46 | 414 | 127 | 41 |
| Binary | 1010000 | 1011 | 10011110 | 110001 | 1011101 | 0 | 100110 | 100001100 | 1010111 | 100001 |
Color Harmonies of #500B9E
Complementary color
Monochromatic Colors of #500B9E
Black with #500B9E
Text Example
Text Example
White with #500B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B9E; }
p { color: rgb(80,11,158); }
H1.HeaderClassName
{
color: #500B9E;
}
.AnyTagClassName
{
color: #500B9E;
}
</style>
background-color css
<style>
a { background-color: #500B9E; }
a { background-color: rgb(80,11,158); }
div.DivClassName
{
background-color: #500B9E;
}
.BgClassName
{
background-color: #500B9E;
}
</style>
border-color css
<style>
span { border-color: #500B9E; }
span { border-color: rgb(80,11,158); }
td.TdClassName
{
border-color: #500B9E;
}
.TagClassName
{
border-color: #500B9E;
}
</style>