Shades of Indigo #5400AB
Tints of Indigo #5400AB
RGB
CMYK
RGB Variations
Color information
#5400AB (or 0x5400AB) is known color: Indigo. HEX triplet: 54, 00 and AB. RGB value is (84,0,171). Sum of RGB (Red+Green+Blue) = 84+0+171=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #5400AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5400AB is #ABFF54. Grayscale: #2C2C2C. Windows color (decimal): -11272021 or 11206740. OLE color: 11206740.
HSL color Cylindrical-coordinate representation of color #5400AB: hue angle of 269.47º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400AB is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 0 | 171 | - |
| CMYK | 0.51 | 1 | 0 | 0.33 |
| HSL | 269.47º | 1% | 0.34% | - |
| HSV(B) | 269.47º | 1% | 0.67% | - |
| XYZ | 11.01 | 4.83 | 38.88 | - |
| YUV | 44.61 | 199.33 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 171 | 0.51 | 1 | 0 | 0.33 | 269.47 | 1 | 0.34 |
| Hex | 54 | 0 | AB | 33 | 64 | 0 | 21 | 10D | 64 | 22 |
| Octal | 124 | 0 | 253 | 63 | 144 | 0 | 41 | 415 | 144 | 42 |
| Binary | 1010100 | 0 | 10101011 | 110011 | 1100100 | 0 | 100001 | 100001101 | 1100100 | 100010 |
Color Harmonies of #5400AB
Complementary color
Monochromatic Colors of #5400AB
Black with #5400AB
Text Example
Text Example
White with #5400AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5400AB; }
p { color: rgb(84,0,171); }
H1.HeaderClassName
{
color: #5400AB;
}
.AnyTagClassName
{
color: #5400AB;
}
</style>
background-color css
<style>
a { background-color: #5400AB; }
a { background-color: rgb(84,0,171); }
div.DivClassName
{
background-color: #5400AB;
}
.BgClassName
{
background-color: #5400AB;
}
</style>
border-color css
<style>
span { border-color: #5400AB; }
span { border-color: rgb(84,0,171); }
td.TdClassName
{
border-color: #5400AB;
}
.TagClassName
{
border-color: #5400AB;
}
</style>