Shades of Indigo #5403AD
Tints of Indigo #5403AD
RGB
CMYK
RGB Variations
Color information
#5403AD (or 0x5403AD) is known color: Indigo. HEX triplet: 54, 03 and AD. RGB value is (84,3,173). Sum of RGB (Red+Green+Blue) = 84+3+173=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #5403AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5403AD is #ABFC52. Grayscale: #2E2E2E. Windows color (decimal): -11271251 or 11338580. OLE color: 11338580.
HSL color Cylindrical-coordinate representation of color #5403AD: hue angle of 268.59º 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 #5403AD is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 3 | 173 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.32 |
| HSL | 268.59º | 0.97% | 0.35% | - |
| HSV(B) | 268.59º | 0.98% | 0.68% | - |
| XYZ | 11.23 | 4.97 | 39.9 | - |
| YUV | 46.6 | 199.34 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 173 | 0.51 | 0.98 | 0 | 0.32 | 268.59 | 0.97 | 0.35 |
| Hex | 54 | 3 | AD | 33 | 62 | 0 | 20 | 10D | 61 | 23 |
| Octal | 124 | 3 | 255 | 63 | 142 | 0 | 40 | 415 | 141 | 43 |
| Binary | 1010100 | 11 | 10101101 | 110011 | 1100010 | 0 | 100000 | 100001101 | 1100001 | 100011 |
Color Harmonies of #5403AD
Complementary color
Monochromatic Colors of #5403AD
Black with #5403AD
Text Example
Text Example
White with #5403AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5403AD; }
p { color: rgb(84,3,173); }
H1.HeaderClassName
{
color: #5403AD;
}
.AnyTagClassName
{
color: #5403AD;
}
</style>
background-color css
<style>
a { background-color: #5403AD; }
a { background-color: rgb(84,3,173); }
div.DivClassName
{
background-color: #5403AD;
}
.BgClassName
{
background-color: #5403AD;
}
</style>
border-color css
<style>
span { border-color: #5403AD; }
span { border-color: rgb(84,3,173); }
td.TdClassName
{
border-color: #5403AD;
}
.TagClassName
{
border-color: #5403AD;
}
</style>