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