Shades of Indigo #5000A2
Tints of Indigo #5000A2
RGB
CMYK
RGB Variations
Color information
#5000A2 (or 0x5000A2) is known color: Indigo. HEX triplet: 50, 00 and A2. RGB value is (80,0,162). Sum of RGB (Red+Green+Blue) = 80+0+162=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 162 (63.67% from 255 or 66.94% from 242); Max value from RGB is 162 - color contains mainly: blue. Hex color #5000A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5000A2 is #AFFF5D. Grayscale: #292929. Windows color (decimal): -11534174 or 10616912. OLE color: 10616912.
HSL color Cylindrical-coordinate representation of color #5000A2: hue angle of 269.63º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000A2 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 0 | 162 | - |
| CMYK | 0.51 | 1 | 0 | 0.36 |
| HSL | 269.63º | 1% | 0.32% | - |
| HSV(B) | 269.63º | 1% | 0.64% | - |
| XYZ | 9.83 | 4.31 | 34.5 | - |
| YUV | 42.39 | 195.5 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 162 | 0.51 | 1 | 0 | 0.36 | 269.63 | 1 | 0.32 |
| Hex | 50 | 0 | A2 | 33 | 64 | 0 | 24 | 10E | 64 | 20 |
| Octal | 120 | 0 | 242 | 63 | 144 | 0 | 44 | 416 | 144 | 40 |
| Binary | 1010000 | 0 | 10100010 | 110011 | 1100100 | 0 | 100100 | 100001110 | 1100100 | 100000 |
Color Harmonies of #5000A2
Complementary color
Monochromatic Colors of #5000A2
Black with #5000A2
Text Example
Text Example
White with #5000A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5000A2; }
p { color: rgb(80,0,162); }
H1.HeaderClassName
{
color: #5000A2;
}
.AnyTagClassName
{
color: #5000A2;
}
</style>
background-color css
<style>
a { background-color: #5000A2; }
a { background-color: rgb(80,0,162); }
div.DivClassName
{
background-color: #5000A2;
}
.BgClassName
{
background-color: #5000A2;
}
</style>
border-color css
<style>
span { border-color: #5000A2; }
span { border-color: rgb(80,0,162); }
td.TdClassName
{
border-color: #5000A2;
}
.TagClassName
{
border-color: #5000A2;
}
</style>