Shades of Indigo #500290
Tints of Indigo #500290
RGB
CMYK
RGB Variations
Color information
#500290 (or 0x500290) is known color: Indigo. HEX triplet: 50, 02 and 90. RGB value is (80,2,144). Sum of RGB (Red+Green+Blue) = 80+2+144=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #500290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500290 is #AFFD6F. Grayscale: #292929. Windows color (decimal): -11533680 or 9437776. OLE color: 9437776.
HSL color Cylindrical-coordinate representation of color #500290: hue angle of 272.96º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500290 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 2 | 144 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.44 |
| HSL | 272.96º | 0.97% | 0.29% | - |
| HSV(B) | 272.96º | 0.99% | 0.56% | - |
| XYZ | 8.36 | 3.76 | 26.67 | - |
| YUV | 41.51 | 185.84 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 144 | 0.44 | 0.99 | 0 | 0.44 | 272.96 | 0.97 | 0.29 |
| Hex | 50 | 2 | 90 | 2C | 63 | 0 | 2C | 111 | 61 | 1D |
| Octal | 120 | 2 | 220 | 54 | 143 | 0 | 54 | 421 | 141 | 35 |
| Binary | 1010000 | 10 | 10010000 | 101100 | 1100011 | 0 | 101100 | 100010001 | 1100001 | 11101 |
Color Harmonies of #500290
Complementary color
Monochromatic Colors of #500290
Black with #500290
Text Example
Text Example
White with #500290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500290; }
p { color: rgb(80,2,144); }
H1.HeaderClassName
{
color: #500290;
}
.AnyTagClassName
{
color: #500290;
}
</style>
background-color css
<style>
a { background-color: #500290; }
a { background-color: rgb(80,2,144); }
div.DivClassName
{
background-color: #500290;
}
.BgClassName
{
background-color: #500290;
}
</style>
border-color css
<style>
span { border-color: #500290; }
span { border-color: rgb(80,2,144); }
td.TdClassName
{
border-color: #500290;
}
.TagClassName
{
border-color: #500290;
}
</style>