Shades of Indigo #500282
Tints of Indigo #500282
RGB
CMYK
RGB Variations
Color information
#500282 (or 0x500282) is known color: Indigo. HEX triplet: 50, 02 and 82. RGB value is (80,2,130). Sum of RGB (Red+Green+Blue) = 80+2+130=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #500282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500282 is #AFFD7D. Grayscale: #272727. Windows color (decimal): -11533694 or 8520272. OLE color: 8520272.
HSL color Cylindrical-coordinate representation of color #500282: hue angle of 276.56º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500282 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 2 | 130 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.49 |
| HSL | 276.56º | 0.97% | 0.26% | - |
| HSV(B) | 276.56º | 0.98% | 0.51% | - |
| XYZ | 7.36 | 3.36 | 21.38 | - |
| YUV | 39.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 130 | 0.38 | 0.98 | 0 | 0.49 | 276.56 | 0.97 | 0.26 |
| Hex | 50 | 2 | 82 | 26 | 62 | 0 | 31 | 115 | 61 | 1A |
| Octal | 120 | 2 | 202 | 46 | 142 | 0 | 61 | 425 | 141 | 32 |
| Binary | 1010000 | 10 | 10000010 | 100110 | 1100010 | 0 | 110001 | 100010101 | 1100001 | 11010 |
Color Harmonies of #500282
Complementary color
Monochromatic Colors of #500282
Black with #500282
Text Example
Text Example
White with #500282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500282; }
p { color: rgb(80,2,130); }
H1.HeaderClassName
{
color: #500282;
}
.AnyTagClassName
{
color: #500282;
}
</style>
background-color css
<style>
a { background-color: #500282; }
a { background-color: rgb(80,2,130); }
div.DivClassName
{
background-color: #500282;
}
.BgClassName
{
background-color: #500282;
}
</style>
border-color css
<style>
span { border-color: #500282; }
span { border-color: rgb(80,2,130); }
td.TdClassName
{
border-color: #500282;
}
.TagClassName
{
border-color: #500282;
}
</style>