Shades of Indigo #500793
Tints of Indigo #500793
RGB
CMYK
RGB Variations
Color information
#500793 (or 0x500793) is known color: Indigo. HEX triplet: 50, 07 and 93. RGB value is (80,7,147). Sum of RGB (Red+Green+Blue) = 80+7+147=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #500793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500793 is #AFF86C. Grayscale: #2C2C2C. Windows color (decimal): -11532397 or 9635664. OLE color: 9635664.
HSL color Cylindrical-coordinate representation of color #500793: hue angle of 271.29º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500793 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 7 | 147 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.42 |
| HSL | 271.29º | 0.91% | 0.3% | - |
| HSV(B) | 271.29º | 0.95% | 0.58% | - |
| XYZ | 8.65 | 3.96 | 27.91 | - |
| YUV | 44.79 | 185.68 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 147 | 0.46 | 0.95 | 0 | 0.42 | 271.29 | 0.91 | 0.3 |
| Hex | 50 | 7 | 93 | 2E | 5F | 0 | 2A | 10F | 5B | 1E |
| Octal | 120 | 7 | 223 | 56 | 137 | 0 | 52 | 417 | 133 | 36 |
| Binary | 1010000 | 111 | 10010011 | 101110 | 1011111 | 0 | 101010 | 100001111 | 1011011 | 11110 |
Color Harmonies of #500793
Complementary color
Monochromatic Colors of #500793
Black with #500793
Text Example
Text Example
White with #500793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500793; }
p { color: rgb(80,7,147); }
H1.HeaderClassName
{
color: #500793;
}
.AnyTagClassName
{
color: #500793;
}
</style>
background-color css
<style>
a { background-color: #500793; }
a { background-color: rgb(80,7,147); }
div.DivClassName
{
background-color: #500793;
}
.BgClassName
{
background-color: #500793;
}
</style>
border-color css
<style>
span { border-color: #500793; }
span { border-color: rgb(80,7,147); }
td.TdClassName
{
border-color: #500793;
}
.TagClassName
{
border-color: #500793;
}
</style>