Shades of Indigo #500182
Tints of Indigo #500182
RGB
CMYK
RGB Variations
Color information
#500182 (or 0x500182) is known color: Indigo. HEX triplet: 50, 01 and 82. RGB value is (80,1,130). Sum of RGB (Red+Green+Blue) = 80+1+130=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #500182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500182 is #AFFE7D. Grayscale: #262626. Windows color (decimal): -11533950 or 8520016. OLE color: 8520016.
HSL color Cylindrical-coordinate representation of color #500182: hue angle of 276.74º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500182 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 1 | 130 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.49 |
| HSL | 276.74º | 0.98% | 0.26% | - |
| HSV(B) | 276.74º | 0.99% | 0.51% | - |
| XYZ | 7.35 | 3.34 | 21.38 | - |
| YUV | 39.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 130 | 0.38 | 0.99 | 0 | 0.49 | 276.74 | 0.98 | 0.26 |
| Hex | 50 | 1 | 82 | 26 | 63 | 0 | 31 | 115 | 62 | 1A |
| Octal | 120 | 1 | 202 | 46 | 143 | 0 | 61 | 425 | 142 | 32 |
| Binary | 1010000 | 1 | 10000010 | 100110 | 1100011 | 0 | 110001 | 100010101 | 1100010 | 11010 |
Color Harmonies of #500182
Complementary color
Monochromatic Colors of #500182
Black with #500182
Text Example
Text Example
White with #500182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500182; }
p { color: rgb(80,1,130); }
H1.HeaderClassName
{
color: #500182;
}
.AnyTagClassName
{
color: #500182;
}
</style>
background-color css
<style>
a { background-color: #500182; }
a { background-color: rgb(80,1,130); }
div.DivClassName
{
background-color: #500182;
}
.BgClassName
{
background-color: #500182;
}
</style>
border-color css
<style>
span { border-color: #500182; }
span { border-color: rgb(80,1,130); }
td.TdClassName
{
border-color: #500182;
}
.TagClassName
{
border-color: #500182;
}
</style>