Shades of Indigo #500582
Tints of Indigo #500582
RGB
CMYK
RGB Variations
Color information
#500582 (or 0x500582) is known color: Indigo. HEX triplet: 50, 05 and 82. RGB value is (80,5,130). Sum of RGB (Red+Green+Blue) = 80+5+130=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #500582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500582 is #AFFA7D. Grayscale: #292929. Windows color (decimal): -11532926 or 8521040. OLE color: 8521040.
HSL color Cylindrical-coordinate representation of color #500582: hue angle of 276º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500582 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 5 | 130 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.49 |
| HSL | 276º | 0.93% | 0.26% | - |
| HSV(B) | 276º | 0.96% | 0.51% | - |
| XYZ | 7.39 | 3.43 | 21.39 | - |
| YUV | 41.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 130 | 0.38 | 0.96 | 0 | 0.49 | 276 | 0.93 | 0.26 |
| Hex | 50 | 5 | 82 | 26 | 60 | 0 | 31 | 114 | 5D | 1A |
| Octal | 120 | 5 | 202 | 46 | 140 | 0 | 61 | 424 | 135 | 32 |
| Binary | 1010000 | 101 | 10000010 | 100110 | 1100000 | 0 | 110001 | 100010100 | 1011101 | 11010 |
Color Harmonies of #500582
Complementary color
Monochromatic Colors of #500582
Black with #500582
Text Example
Text Example
White with #500582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500582; }
p { color: rgb(80,5,130); }
H1.HeaderClassName
{
color: #500582;
}
.AnyTagClassName
{
color: #500582;
}
</style>
background-color css
<style>
a { background-color: #500582; }
a { background-color: rgb(80,5,130); }
div.DivClassName
{
background-color: #500582;
}
.BgClassName
{
background-color: #500582;
}
</style>
border-color css
<style>
span { border-color: #500582; }
span { border-color: rgb(80,5,130); }
td.TdClassName
{
border-color: #500582;
}
.TagClassName
{
border-color: #500582;
}
</style>