Shades of Indigo #500093
Tints of Indigo #500093
RGB
CMYK
RGB Variations
Color information
#500093 (or 0x500093) is known color: Indigo. HEX triplet: 50, 00 and 93. RGB value is (80,0,147). Sum of RGB (Red+Green+Blue) = 80+0+147=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #500093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500093 is #AFFF6C. Grayscale: #282828. Windows color (decimal): -11534189 or 9633872. OLE color: 9633872.
HSL color Cylindrical-coordinate representation of color #500093: hue angle of 272.65º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500093 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 0 | 147 | - |
| CMYK | 0.46 | 1 | 0 | 0.42 |
| HSL | 272.65º | 1% | 0.29% | - |
| HSV(B) | 272.65º | 1% | 0.58% | - |
| XYZ | 8.57 | 3.81 | 27.89 | - |
| YUV | 40.68 | 188 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 147 | 0.46 | 1 | 0 | 0.42 | 272.65 | 1 | 0.29 |
| Hex | 50 | 0 | 93 | 2E | 64 | 0 | 2A | 111 | 64 | 1D |
| Octal | 120 | 0 | 223 | 56 | 144 | 0 | 52 | 421 | 144 | 35 |
| Binary | 1010000 | 0 | 10010011 | 101110 | 1100100 | 0 | 101010 | 100010001 | 1100100 | 11101 |
Color Harmonies of #500093
Complementary color
Monochromatic Colors of #500093
Black with #500093
Text Example
Text Example
White with #500093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500093; }
p { color: rgb(80,0,147); }
H1.HeaderClassName
{
color: #500093;
}
.AnyTagClassName
{
color: #500093;
}
</style>
background-color css
<style>
a { background-color: #500093; }
a { background-color: rgb(80,0,147); }
div.DivClassName
{
background-color: #500093;
}
.BgClassName
{
background-color: #500093;
}
</style>
border-color css
<style>
span { border-color: #500093; }
span { border-color: rgb(80,0,147); }
td.TdClassName
{
border-color: #500093;
}
.TagClassName
{
border-color: #500093;
}
</style>