Shades of Indigo #5400A0
Tints of Indigo #5400A0
RGB
CMYK
RGB Variations
Color information
#5400A0 (or 0x5400A0) is known color: Indigo. HEX triplet: 54, 00 and A0. RGB value is (84,0,160). Sum of RGB (Red+Green+Blue) = 84+0+160=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #5400A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5400A0 is #ABFF5F. Grayscale: #2A2A2A. Windows color (decimal): -11272032 or 10485844. OLE color: 10485844.
HSL color Cylindrical-coordinate representation of color #5400A0: hue angle of 271.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400A0 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 84 | 0 | 160 | - |
| CMYK | 0.48 | 1 | 0 | 0.37 |
| HSL | 271.5º | 1% | 0.31% | - |
| HSV(B) | 271.5º | 1% | 0.63% | - |
| XYZ | 10 | 4.42 | 33.58 | - |
| YUV | 43.36 | 193.83 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 160 | 0.48 | 1 | 0 | 0.37 | 271.5 | 1 | 0.31 |
| Hex | 54 | 0 | A0 | 30 | 64 | 0 | 25 | 110 | 64 | 1F |
| Octal | 124 | 0 | 240 | 60 | 144 | 0 | 45 | 420 | 144 | 37 |
| Binary | 1010100 | 0 | 10100000 | 110000 | 1100100 | 0 | 100101 | 100010000 | 1100100 | 11111 |
Color Harmonies of #5400A0
Complementary color
Monochromatic Colors of #5400A0
Black with #5400A0
Text Example
Text Example
White with #5400A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5400A0; }
p { color: rgb(84,0,160); }
H1.HeaderClassName
{
color: #5400A0;
}
.AnyTagClassName
{
color: #5400A0;
}
</style>
background-color css
<style>
a { background-color: #5400A0; }
a { background-color: rgb(84,0,160); }
div.DivClassName
{
background-color: #5400A0;
}
.BgClassName
{
background-color: #5400A0;
}
</style>
border-color css
<style>
span { border-color: #5400A0; }
span { border-color: rgb(84,0,160); }
td.TdClassName
{
border-color: #5400A0;
}
.TagClassName
{
border-color: #5400A0;
}
</style>