Shades of Indigo #500174
Tints of Indigo #500174
RGB
CMYK
RGB Variations
Color information
#500174 (or 0x500174) is known color: Indigo. HEX triplet: 50, 01 and 74. RGB value is (80,1,116). Sum of RGB (Red+Green+Blue) = 80+1+116=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #500174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500174 is #AFFE8B. Grayscale: #252525. Windows color (decimal): -11533964 or 7602512. OLE color: 7602512.
HSL color Cylindrical-coordinate representation of color #500174: hue angle of 281.22º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500174 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 1 | 116 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.55 |
| HSL | 281.22º | 0.98% | 0.23% | - |
| HSV(B) | 281.22º | 0.99% | 0.45% | - |
| XYZ | 6.47 | 2.99 | 16.76 | - |
| YUV | 37.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 116 | 0.31 | 0.99 | 0 | 0.55 | 281.22 | 0.98 | 0.23 |
| Hex | 50 | 1 | 74 | 1F | 63 | 0 | 37 | 119 | 62 | 17 |
| Octal | 120 | 1 | 164 | 37 | 143 | 0 | 67 | 431 | 142 | 27 |
| Binary | 1010000 | 1 | 1110100 | 11111 | 1100011 | 0 | 110111 | 100011001 | 1100010 | 10111 |
Color Harmonies of #500174
Complementary color
Monochromatic Colors of #500174
Black with #500174
Text Example
Text Example
White with #500174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500174; }
p { color: rgb(80,1,116); }
H1.HeaderClassName
{
color: #500174;
}
.AnyTagClassName
{
color: #500174;
}
</style>
background-color css
<style>
a { background-color: #500174; }
a { background-color: rgb(80,1,116); }
div.DivClassName
{
background-color: #500174;
}
.BgClassName
{
background-color: #500174;
}
</style>
border-color css
<style>
span { border-color: #500174; }
span { border-color: rgb(80,1,116); }
td.TdClassName
{
border-color: #500174;
}
.TagClassName
{
border-color: #500174;
}
</style>