Shades of Indigo #5403AF
Tints of Indigo #5403AF
RGB
CMYK
RGB Variations
Color information
#5403AF (or 0x5403AF) is known color: Indigo. HEX triplet: 54, 03 and AF. RGB value is (84,3,175). Sum of RGB (Red+Green+Blue) = 84+3+175=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #5403AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5403AF is #ABFC50. Grayscale: #2E2E2E. Windows color (decimal): -11271249 or 11469652. OLE color: 11469652.
HSL color Cylindrical-coordinate representation of color #5403AF: hue angle of 268.26º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5403AF is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 3 | 175 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.31 |
| HSL | 268.26º | 0.97% | 0.35% | - |
| HSV(B) | 268.26º | 0.98% | 0.69% | - |
| XYZ | 11.43 | 5.05 | 40.93 | - |
| YUV | 46.83 | 200.34 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 175 | 0.52 | 0.98 | 0 | 0.31 | 268.26 | 0.97 | 0.35 |
| Hex | 54 | 3 | AF | 34 | 62 | 0 | 1F | 10C | 61 | 23 |
| Octal | 124 | 3 | 257 | 64 | 142 | 0 | 37 | 414 | 141 | 43 |
| Binary | 1010100 | 11 | 10101111 | 110100 | 1100010 | 0 | 11111 | 100001100 | 1100001 | 100011 |
Color Harmonies of #5403AF
Complementary color
Monochromatic Colors of #5403AF
Black with #5403AF
Text Example
Text Example
White with #5403AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5403AF; }
p { color: rgb(84,3,175); }
H1.HeaderClassName
{
color: #5403AF;
}
.AnyTagClassName
{
color: #5403AF;
}
</style>
background-color css
<style>
a { background-color: #5403AF; }
a { background-color: rgb(84,3,175); }
div.DivClassName
{
background-color: #5403AF;
}
.BgClassName
{
background-color: #5403AF;
}
</style>
border-color css
<style>
span { border-color: #5403AF; }
span { border-color: rgb(84,3,175); }
td.TdClassName
{
border-color: #5403AF;
}
.TagClassName
{
border-color: #5403AF;
}
</style>