Shades of Indigo #500293
Tints of Indigo #500293
RGB
CMYK
RGB Variations
Color information
#500293 (or 0x500293) is known color: Indigo. HEX triplet: 50, 02 and 93. RGB value is (80,2,147). Sum of RGB (Red+Green+Blue) = 80+2+147=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #500293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500293 is #AFFD6C. Grayscale: #292929. Windows color (decimal): -11533677 or 9634384. OLE color: 9634384.
HSL color Cylindrical-coordinate representation of color #500293: hue angle of 272.28º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500293 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 2 | 147 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.42 |
| HSL | 272.28º | 0.97% | 0.29% | - |
| HSV(B) | 272.28º | 0.99% | 0.58% | - |
| XYZ | 8.6 | 3.86 | 27.89 | - |
| YUV | 41.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 147 | 0.46 | 0.99 | 0 | 0.42 | 272.28 | 0.97 | 0.29 |
| Hex | 50 | 2 | 93 | 2E | 63 | 0 | 2A | 110 | 61 | 1D |
| Octal | 120 | 2 | 223 | 56 | 143 | 0 | 52 | 420 | 141 | 35 |
| Binary | 1010000 | 10 | 10010011 | 101110 | 1100011 | 0 | 101010 | 100010000 | 1100001 | 11101 |
Color Harmonies of #500293
Complementary color
Monochromatic Colors of #500293
Black with #500293
Text Example
Text Example
White with #500293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500293; }
p { color: rgb(80,2,147); }
H1.HeaderClassName
{
color: #500293;
}
.AnyTagClassName
{
color: #500293;
}
</style>
background-color css
<style>
a { background-color: #500293; }
a { background-color: rgb(80,2,147); }
div.DivClassName
{
background-color: #500293;
}
.BgClassName
{
background-color: #500293;
}
</style>
border-color css
<style>
span { border-color: #500293; }
span { border-color: rgb(80,2,147); }
td.TdClassName
{
border-color: #500293;
}
.TagClassName
{
border-color: #500293;
}
</style>