Shades of Indigo #5404AB
Tints of Indigo #5404AB
RGB
CMYK
RGB Variations
Color information
#5404AB (or 0x5404AB) is known color: Indigo. HEX triplet: 54, 04 and AB. RGB value is (84,4,171). Sum of RGB (Red+Green+Blue) = 84+4+171=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #5404AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5404AB is #ABFB54. Grayscale: #2E2E2E. Windows color (decimal): -11270997 or 11207764. OLE color: 11207764.
HSL color Cylindrical-coordinate representation of color #5404AB: hue angle of 268.74º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404AB is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 4 | 171 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.33 |
| HSL | 268.74º | 0.95% | 0.34% | - |
| HSV(B) | 268.74º | 0.98% | 0.67% | - |
| XYZ | 11.05 | 4.91 | 38.89 | - |
| YUV | 46.96 | 198 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 171 | 0.51 | 0.98 | 0 | 0.33 | 268.74 | 0.95 | 0.34 |
| Hex | 54 | 4 | AB | 33 | 62 | 0 | 21 | 10D | 5F | 22 |
| Octal | 124 | 4 | 253 | 63 | 142 | 0 | 41 | 415 | 137 | 42 |
| Binary | 1010100 | 100 | 10101011 | 110011 | 1100010 | 0 | 100001 | 100001101 | 1011111 | 100010 |
Color Harmonies of #5404AB
Complementary color
Monochromatic Colors of #5404AB
Black with #5404AB
Text Example
Text Example
White with #5404AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5404AB; }
p { color: rgb(84,4,171); }
H1.HeaderClassName
{
color: #5404AB;
}
.AnyTagClassName
{
color: #5404AB;
}
</style>
background-color css
<style>
a { background-color: #5404AB; }
a { background-color: rgb(84,4,171); }
div.DivClassName
{
background-color: #5404AB;
}
.BgClassName
{
background-color: #5404AB;
}
</style>
border-color css
<style>
span { border-color: #5404AB; }
span { border-color: rgb(84,4,171); }
td.TdClassName
{
border-color: #5404AB;
}
.TagClassName
{
border-color: #5404AB;
}
</style>