Shades of Indigo #500599
Tints of Indigo #500599
RGB
CMYK
RGB Variations
Color information
#500599 (or 0x500599) is known color: Indigo. HEX triplet: 50, 05 and 99. RGB value is (80,5,153). Sum of RGB (Red+Green+Blue) = 80+5+153=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #500599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500599 is #AFFA66. Grayscale: #2B2B2B. Windows color (decimal): -11532903 or 10028368. OLE color: 10028368.
HSL color Cylindrical-coordinate representation of color #500599: hue angle of 270.41º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500599 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 5 | 153 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.4 |
| HSL | 270.41º | 0.94% | 0.31% | - |
| HSV(B) | 270.41º | 0.97% | 0.6% | - |
| XYZ | 9.11 | 4.11 | 30.45 | - |
| YUV | 44.3 | 189.35 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 153 | 0.48 | 0.97 | 0 | 0.4 | 270.41 | 0.94 | 0.31 |
| Hex | 50 | 5 | 99 | 30 | 61 | 0 | 28 | 10E | 5E | 1F |
| Octal | 120 | 5 | 231 | 60 | 141 | 0 | 50 | 416 | 136 | 37 |
| Binary | 1010000 | 101 | 10011001 | 110000 | 1100001 | 0 | 101000 | 100001110 | 1011110 | 11111 |
Color Harmonies of #500599
Complementary color
Monochromatic Colors of #500599
Black with #500599
Text Example
Text Example
White with #500599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500599; }
p { color: rgb(80,5,153); }
H1.HeaderClassName
{
color: #500599;
}
.AnyTagClassName
{
color: #500599;
}
</style>
background-color css
<style>
a { background-color: #500599; }
a { background-color: rgb(80,5,153); }
div.DivClassName
{
background-color: #500599;
}
.BgClassName
{
background-color: #500599;
}
</style>
border-color css
<style>
span { border-color: #500599; }
span { border-color: rgb(80,5,153); }
td.TdClassName
{
border-color: #500599;
}
.TagClassName
{
border-color: #500599;
}
</style>