Shades of Indigo #5003AD
Tints of Indigo #5003AD
RGB
CMYK
RGB Variations
Color information
#5003AD (or 0x5003AD) is known color: Indigo. HEX triplet: 50, 03 and AD. RGB value is (80,3,173). Sum of RGB (Red+Green+Blue) = 80+3+173=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #5003AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5003AD is #AFFC52. Grayscale: #2C2C2C. Windows color (decimal): -11533395 or 11338576. OLE color: 11338576.
HSL color Cylindrical-coordinate representation of color #5003AD: hue angle of 267.18º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5003AD is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 3 | 173 | - |
| CMYK | 0.54 | 0.98 | 0 | 0.32 |
| HSL | 267.18º | 0.97% | 0.35% | - |
| HSV(B) | 267.18º | 0.98% | 0.68% | - |
| XYZ | 10.88 | 4.79 | 39.89 | - |
| YUV | 45.4 | 200.01 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 173 | 0.54 | 0.98 | 0 | 0.32 | 267.18 | 0.97 | 0.35 |
| Hex | 50 | 3 | AD | 36 | 62 | 0 | 20 | 10B | 61 | 23 |
| Octal | 120 | 3 | 255 | 66 | 142 | 0 | 40 | 413 | 141 | 43 |
| Binary | 1010000 | 11 | 10101101 | 110110 | 1100010 | 0 | 100000 | 100001011 | 1100001 | 100011 |
Color Harmonies of #5003AD
Complementary color
Monochromatic Colors of #5003AD
Black with #5003AD
Text Example
Text Example
White with #5003AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003AD; }
p { color: rgb(80,3,173); }
H1.HeaderClassName
{
color: #5003AD;
}
.AnyTagClassName
{
color: #5003AD;
}
</style>
background-color css
<style>
a { background-color: #5003AD; }
a { background-color: rgb(80,3,173); }
div.DivClassName
{
background-color: #5003AD;
}
.BgClassName
{
background-color: #5003AD;
}
</style>
border-color css
<style>
span { border-color: #5003AD; }
span { border-color: rgb(80,3,173); }
td.TdClassName
{
border-color: #5003AD;
}
.TagClassName
{
border-color: #5003AD;
}
</style>