Shades of Indigo #500792
Tints of Indigo #500792
RGB
CMYK
RGB Variations
Color information
#500792 (or 0x500792) is known color: Indigo. HEX triplet: 50, 07 and 92. RGB value is (80,7,146). Sum of RGB (Red+Green+Blue) = 80+7+146=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #500792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500792 is #AFF86D. Grayscale: #2C2C2C. Windows color (decimal): -11532398 or 9570128. OLE color: 9570128.
HSL color Cylindrical-coordinate representation of color #500792: hue angle of 271.51º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500792 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 7 | 146 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.43 |
| HSL | 271.51º | 0.91% | 0.3% | - |
| HSV(B) | 271.51º | 0.95% | 0.57% | - |
| XYZ | 8.57 | 3.93 | 27.5 | - |
| YUV | 44.67 | 185.18 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 146 | 0.45 | 0.95 | 0 | 0.43 | 271.51 | 0.91 | 0.3 |
| Hex | 50 | 7 | 92 | 2D | 5F | 0 | 2B | 110 | 5B | 1E |
| Octal | 120 | 7 | 222 | 55 | 137 | 0 | 53 | 420 | 133 | 36 |
| Binary | 1010000 | 111 | 10010010 | 101101 | 1011111 | 0 | 101011 | 100010000 | 1011011 | 11110 |
Color Harmonies of #500792
Complementary color
Monochromatic Colors of #500792
Black with #500792
Text Example
Text Example
White with #500792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500792; }
p { color: rgb(80,7,146); }
H1.HeaderClassName
{
color: #500792;
}
.AnyTagClassName
{
color: #500792;
}
</style>
background-color css
<style>
a { background-color: #500792; }
a { background-color: rgb(80,7,146); }
div.DivClassName
{
background-color: #500792;
}
.BgClassName
{
background-color: #500792;
}
</style>
border-color css
<style>
span { border-color: #500792; }
span { border-color: rgb(80,7,146); }
td.TdClassName
{
border-color: #500792;
}
.TagClassName
{
border-color: #500792;
}
</style>