Shades of Indigo #500594
Tints of Indigo #500594
RGB
CMYK
RGB Variations
Color information
#500594 (or 0x500594) is known color: Indigo. HEX triplet: 50, 05 and 94. RGB value is (80,5,148). Sum of RGB (Red+Green+Blue) = 80+5+148=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #500594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500594 is #AFFA6B. Grayscale: #2B2B2B. Windows color (decimal): -11532908 or 9700688. OLE color: 9700688.
HSL color Cylindrical-coordinate representation of color #500594: hue angle of 271.47º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500594 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 5 | 148 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.42 |
| HSL | 271.47º | 0.93% | 0.3% | - |
| HSV(B) | 271.47º | 0.97% | 0.58% | - |
| XYZ | 8.71 | 3.95 | 28.32 | - |
| YUV | 43.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 148 | 0.46 | 0.97 | 0 | 0.42 | 271.47 | 0.93 | 0.3 |
| Hex | 50 | 5 | 94 | 2E | 61 | 0 | 2A | 10F | 5D | 1E |
| Octal | 120 | 5 | 224 | 56 | 141 | 0 | 52 | 417 | 135 | 36 |
| Binary | 1010000 | 101 | 10010100 | 101110 | 1100001 | 0 | 101010 | 100001111 | 1011101 | 11110 |
Color Harmonies of #500594
Complementary color
Monochromatic Colors of #500594
Black with #500594
Text Example
Text Example
White with #500594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500594; }
p { color: rgb(80,5,148); }
H1.HeaderClassName
{
color: #500594;
}
.AnyTagClassName
{
color: #500594;
}
</style>
background-color css
<style>
a { background-color: #500594; }
a { background-color: rgb(80,5,148); }
div.DivClassName
{
background-color: #500594;
}
.BgClassName
{
background-color: #500594;
}
</style>
border-color css
<style>
span { border-color: #500594; }
span { border-color: rgb(80,5,148); }
td.TdClassName
{
border-color: #500594;
}
.TagClassName
{
border-color: #500594;
}
</style>