Shades of Indigo #500075
Tints of Indigo #500075
RGB
CMYK
RGB Variations
Color information
#500075 (or 0x500075) is known color: Indigo. HEX triplet: 50, 00 and 75. RGB value is (80,0,117). Sum of RGB (Red+Green+Blue) = 80+0+117=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #500075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500075 is #AFFF8A. Grayscale: #242424. Windows color (decimal): -11534219 or 7667792. OLE color: 7667792.
HSL color Cylindrical-coordinate representation of color #500075: hue angle of 281.03º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500075 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 0 | 117 | - |
| CMYK | 0.32 | 1 | 0 | 0.54 |
| HSL | 281.03º | 1% | 0.23% | - |
| HSV(B) | 281.03º | 1% | 0.46% | - |
| XYZ | 6.52 | 2.99 | 17.06 | - |
| YUV | 37.26 | 173 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 117 | 0.32 | 1 | 0 | 0.54 | 281.03 | 1 | 0.23 |
| Hex | 50 | 0 | 75 | 20 | 64 | 0 | 36 | 119 | 64 | 17 |
| Octal | 120 | 0 | 165 | 40 | 144 | 0 | 66 | 431 | 144 | 27 |
| Binary | 1010000 | 0 | 1110101 | 100000 | 1100100 | 0 | 110110 | 100011001 | 1100100 | 10111 |
Color Harmonies of #500075
Complementary color
Monochromatic Colors of #500075
Black with #500075
Text Example
Text Example
White with #500075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500075; }
p { color: rgb(80,0,117); }
H1.HeaderClassName
{
color: #500075;
}
.AnyTagClassName
{
color: #500075;
}
</style>
background-color css
<style>
a { background-color: #500075; }
a { background-color: rgb(80,0,117); }
div.DivClassName
{
background-color: #500075;
}
.BgClassName
{
background-color: #500075;
}
</style>
border-color css
<style>
span { border-color: #500075; }
span { border-color: rgb(80,0,117); }
td.TdClassName
{
border-color: #500075;
}
.TagClassName
{
border-color: #500075;
}
</style>