Shades of Indigo #500D75
Tints of Indigo #500D75
RGB
CMYK
RGB Variations
Color information
#500D75 (or 0x500D75) is known color: Indigo. HEX triplet: 50, 0D and 75. RGB value is (80,13,117). Sum of RGB (Red+Green+Blue) = 80+13+117=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #500D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D75 is #AFF28A. Grayscale: #2C2C2C. Windows color (decimal): -11530891 or 7671120. OLE color: 7671120.
HSL color Cylindrical-coordinate representation of color #500D75: hue angle of 278.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500D75 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 13 | 117 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.54 |
| HSL | 278.65º | 0.8% | 0.25% | - |
| HSV(B) | 278.65º | 0.89% | 0.46% | - |
| XYZ | 6.66 | 3.28 | 17.11 | - |
| YUV | 44.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 117 | 0.32 | 0.89 | 0 | 0.54 | 278.65 | 0.8 | 0.25 |
| Hex | 50 | D | 75 | 20 | 59 | 0 | 36 | 117 | 50 | 19 |
| Octal | 120 | 15 | 165 | 40 | 131 | 0 | 66 | 427 | 120 | 31 |
| Binary | 1010000 | 1101 | 1110101 | 100000 | 1011001 | 0 | 110110 | 100010111 | 1010000 | 11001 |
Color Harmonies of #500D75
Complementary color
Monochromatic Colors of #500D75
Black with #500D75
Text Example
Text Example
White with #500D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500D75; }
p { color: rgb(80,13,117); }
H1.HeaderClassName
{
color: #500D75;
}
.AnyTagClassName
{
color: #500D75;
}
</style>
background-color css
<style>
a { background-color: #500D75; }
a { background-color: rgb(80,13,117); }
div.DivClassName
{
background-color: #500D75;
}
.BgClassName
{
background-color: #500D75;
}
</style>
border-color css
<style>
span { border-color: #500D75; }
span { border-color: rgb(80,13,117); }
td.TdClassName
{
border-color: #500D75;
}
.TagClassName
{
border-color: #500D75;
}
</style>