Shades of Indigo #500B7C
Tints of Indigo #500B7C
RGB
CMYK
RGB Variations
Color information
#500B7C (or 0x500B7C) is known color: Indigo. HEX triplet: 50, 0B and 7C. RGB value is (80,11,124). Sum of RGB (Red+Green+Blue) = 80+11+124=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #500B7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500B7C is #AFF483. Grayscale: #2C2C2C. Windows color (decimal): -11531396 or 8129360. OLE color: 8129360.
HSL color Cylindrical-coordinate representation of color #500B7C: hue angle of 276.64º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500B7C is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 11 | 124 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.51 |
| HSL | 276.64º | 0.84% | 0.26% | - |
| HSV(B) | 276.64º | 0.91% | 0.49% | - |
| XYZ | 7.07 | 3.4 | 19.35 | - |
| YUV | 44.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 11 | 124 | 0.35 | 0.91 | 0 | 0.51 | 276.64 | 0.84 | 0.26 |
| Hex | 50 | B | 7C | 23 | 5B | 0 | 33 | 115 | 54 | 1A |
| Octal | 120 | 13 | 174 | 43 | 133 | 0 | 63 | 425 | 124 | 32 |
| Binary | 1010000 | 1011 | 1111100 | 100011 | 1011011 | 0 | 110011 | 100010101 | 1010100 | 11010 |
Color Harmonies of #500B7C
Complementary color
Monochromatic Colors of #500B7C
Black with #500B7C
Text Example
Text Example
White with #500B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500B7C; }
p { color: rgb(80,11,124); }
H1.HeaderClassName
{
color: #500B7C;
}
.AnyTagClassName
{
color: #500B7C;
}
</style>
background-color css
<style>
a { background-color: #500B7C; }
a { background-color: rgb(80,11,124); }
div.DivClassName
{
background-color: #500B7C;
}
.BgClassName
{
background-color: #500B7C;
}
</style>
border-color css
<style>
span { border-color: #500B7C; }
span { border-color: rgb(80,11,124); }
td.TdClassName
{
border-color: #500B7C;
}
.TagClassName
{
border-color: #500B7C;
}
</style>