Shades of Indigo #5010A8
Tints of Indigo #5010A8
RGB
CMYK
RGB Variations
Color information
#5010A8 (or 0x5010A8) is known color: Indigo. HEX triplet: 50, 10 and A8. RGB value is (80,16,168). Sum of RGB (Red+Green+Blue) = 80+16+168=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 168 (66.02% from 255 or 63.64% from 264); Max value from RGB is 168 - color contains mainly: blue. Hex color #5010A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5010A8 is #AFEF57. Grayscale: #333333. Windows color (decimal): -11530072 or 11014224. OLE color: 11014224.
HSL color Cylindrical-coordinate representation of color #5010A8: hue angle of 265.26º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5010A8 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 16 | 168 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.34 |
| HSL | 265.26º | 0.83% | 0.36% | - |
| HSV(B) | 265.26º | 0.9% | 0.66% | - |
| XYZ | 10.56 | 4.9 | 37.44 | - |
| YUV | 52.46 | 193.2 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 16 | 168 | 0.52 | 0.90 | 0 | 0.34 | 265.26 | 0.83 | 0.36 |
| Hex | 50 | 10 | A8 | 34 | 5A | 0 | 22 | 109 | 53 | 24 |
| Octal | 120 | 20 | 250 | 64 | 132 | 0 | 42 | 411 | 123 | 44 |
| Binary | 1010000 | 10000 | 10101000 | 110100 | 1011010 | 0 | 100010 | 100001001 | 1010011 | 100100 |
Color Harmonies of #5010A8
Complementary color
Monochromatic Colors of #5010A8
Black with #5010A8
Text Example
Text Example
White with #5010A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5010A8; }
p { color: rgb(80,16,168); }
H1.HeaderClassName
{
color: #5010A8;
}
.AnyTagClassName
{
color: #5010A8;
}
</style>
background-color css
<style>
a { background-color: #5010A8; }
a { background-color: rgb(80,16,168); }
div.DivClassName
{
background-color: #5010A8;
}
.BgClassName
{
background-color: #5010A8;
}
</style>
border-color css
<style>
span { border-color: #5010A8; }
span { border-color: rgb(80,16,168); }
td.TdClassName
{
border-color: #5010A8;
}
.TagClassName
{
border-color: #5010A8;
}
</style>