Shades of Indigo #500875
Tints of Indigo #500875
RGB
CMYK
RGB Variations
Color information
#500875 (or 0x500875) is known color: Indigo. HEX triplet: 50, 08 and 75. RGB value is (80,8,117). Sum of RGB (Red+Green+Blue) = 80+8+117=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #500875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500875 is #AFF78A. Grayscale: #292929. Windows color (decimal): -11532171 or 7669840. OLE color: 7669840.
HSL color Cylindrical-coordinate representation of color #500875: hue angle of 279.63º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500875 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 8 | 117 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.54 |
| HSL | 279.63º | 0.87% | 0.25% | - |
| HSV(B) | 279.63º | 0.93% | 0.46% | - |
| XYZ | 6.61 | 3.16 | 17.09 | - |
| YUV | 41.95 | 170.35 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 8 | 117 | 0.32 | 0.93 | 0 | 0.54 | 279.63 | 0.87 | 0.25 |
| Hex | 50 | 8 | 75 | 20 | 5D | 0 | 36 | 118 | 57 | 19 |
| Octal | 120 | 10 | 165 | 40 | 135 | 0 | 66 | 430 | 127 | 31 |
| Binary | 1010000 | 1000 | 1110101 | 100000 | 1011101 | 0 | 110110 | 100011000 | 1010111 | 11001 |
Color Harmonies of #500875
Complementary color
Monochromatic Colors of #500875
Black with #500875
Text Example
Text Example
White with #500875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500875; }
p { color: rgb(80,8,117); }
H1.HeaderClassName
{
color: #500875;
}
.AnyTagClassName
{
color: #500875;
}
</style>
background-color css
<style>
a { background-color: #500875; }
a { background-color: rgb(80,8,117); }
div.DivClassName
{
background-color: #500875;
}
.BgClassName
{
background-color: #500875;
}
</style>
border-color css
<style>
span { border-color: #500875; }
span { border-color: rgb(80,8,117); }
td.TdClassName
{
border-color: #500875;
}
.TagClassName
{
border-color: #500875;
}
</style>