Shades of Indigo #500190
Tints of Indigo #500190
RGB
CMYK
RGB Variations
Color information
#500190 (or 0x500190) is known color: Indigo. HEX triplet: 50, 01 and 90. RGB value is (80,1,144). Sum of RGB (Red+Green+Blue) = 80+1+144=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #500190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500190 is #AFFE6F. Grayscale: #282828. Windows color (decimal): -11533936 or 9437520. OLE color: 9437520.
HSL color Cylindrical-coordinate representation of color #500190: hue angle of 273.15º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500190 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 1 | 144 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.44 |
| HSL | 273.15º | 0.99% | 0.28% | - |
| HSV(B) | 273.15º | 0.99% | 0.56% | - |
| XYZ | 8.35 | 3.74 | 26.67 | - |
| YUV | 40.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 144 | 0.44 | 0.99 | 0 | 0.44 | 273.15 | 0.99 | 0.28 |
| Hex | 50 | 1 | 90 | 2C | 63 | 0 | 2C | 111 | 63 | 1C |
| Octal | 120 | 1 | 220 | 54 | 143 | 0 | 54 | 421 | 143 | 34 |
| Binary | 1010000 | 1 | 10010000 | 101100 | 1100011 | 0 | 101100 | 100010001 | 1100011 | 11100 |
Color Harmonies of #500190
Complementary color
Monochromatic Colors of #500190
Black with #500190
Text Example
Text Example
White with #500190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500190; }
p { color: rgb(80,1,144); }
H1.HeaderClassName
{
color: #500190;
}
.AnyTagClassName
{
color: #500190;
}
</style>
background-color css
<style>
a { background-color: #500190; }
a { background-color: rgb(80,1,144); }
div.DivClassName
{
background-color: #500190;
}
.BgClassName
{
background-color: #500190;
}
</style>
border-color css
<style>
span { border-color: #500190; }
span { border-color: rgb(80,1,144); }
td.TdClassName
{
border-color: #500190;
}
.TagClassName
{
border-color: #500190;
}
</style>