Shades of Indigo #500175
Tints of Indigo #500175
RGB
CMYK
RGB Variations
Color information
#500175 (or 0x500175) is known color: Indigo. HEX triplet: 50, 01 and 75. RGB value is (80,1,117). Sum of RGB (Red+Green+Blue) = 80+1+117=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #500175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500175 is #AFFE8A. Grayscale: #252525. Windows color (decimal): -11533963 or 7668048. OLE color: 7668048.
HSL color Cylindrical-coordinate representation of color #500175: hue angle of 280.86º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500175 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 1 | 117 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.54 |
| HSL | 280.86º | 0.98% | 0.23% | - |
| HSV(B) | 280.86º | 0.99% | 0.46% | - |
| XYZ | 6.53 | 3.01 | 17.07 | - |
| YUV | 37.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 117 | 0.32 | 0.99 | 0 | 0.54 | 280.86 | 0.98 | 0.23 |
| Hex | 50 | 1 | 75 | 20 | 63 | 0 | 36 | 119 | 62 | 17 |
| Octal | 120 | 1 | 165 | 40 | 143 | 0 | 66 | 431 | 142 | 27 |
| Binary | 1010000 | 1 | 1110101 | 100000 | 1100011 | 0 | 110110 | 100011001 | 1100010 | 10111 |
Color Harmonies of #500175
Complementary color
Monochromatic Colors of #500175
Black with #500175
Text Example
Text Example
White with #500175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500175; }
p { color: rgb(80,1,117); }
H1.HeaderClassName
{
color: #500175;
}
.AnyTagClassName
{
color: #500175;
}
</style>
background-color css
<style>
a { background-color: #500175; }
a { background-color: rgb(80,1,117); }
div.DivClassName
{
background-color: #500175;
}
.BgClassName
{
background-color: #500175;
}
</style>
border-color css
<style>
span { border-color: #500175; }
span { border-color: rgb(80,1,117); }
td.TdClassName
{
border-color: #500175;
}
.TagClassName
{
border-color: #500175;
}
</style>