Shades of Indigo #5406AC
Tints of Indigo #5406AC
RGB
CMYK
RGB Variations
Color information
#5406AC (or 0x5406AC) is known color: Indigo. HEX triplet: 54, 06 and AC. RGB value is (84,6,172). Sum of RGB (Red+Green+Blue) = 84+6+172=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #5406AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5406AC is #ABF953. Grayscale: #2F2F2F. Windows color (decimal): -11270484 or 11273812. OLE color: 11273812.
HSL color Cylindrical-coordinate representation of color #5406AC: hue angle of 268.19º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5406AC is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 6 | 172 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.33 |
| HSL | 268.19º | 0.93% | 0.35% | - |
| HSV(B) | 268.19º | 0.97% | 0.67% | - |
| XYZ | 11.17 | 4.99 | 39.4 | - |
| YUV | 48.25 | 197.84 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 172 | 0.51 | 0.97 | 0 | 0.33 | 268.19 | 0.93 | 0.35 |
| Hex | 54 | 6 | AC | 33 | 61 | 0 | 21 | 10C | 5D | 23 |
| Octal | 124 | 6 | 254 | 63 | 141 | 0 | 41 | 414 | 135 | 43 |
| Binary | 1010100 | 110 | 10101100 | 110011 | 1100001 | 0 | 100001 | 100001100 | 1011101 | 100011 |
Color Harmonies of #5406AC
Complementary color
Monochromatic Colors of #5406AC
Black with #5406AC
Text Example
Text Example
White with #5406AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5406AC; }
p { color: rgb(84,6,172); }
H1.HeaderClassName
{
color: #5406AC;
}
.AnyTagClassName
{
color: #5406AC;
}
</style>
background-color css
<style>
a { background-color: #5406AC; }
a { background-color: rgb(84,6,172); }
div.DivClassName
{
background-color: #5406AC;
}
.BgClassName
{
background-color: #5406AC;
}
</style>
border-color css
<style>
span { border-color: #5406AC; }
span { border-color: rgb(84,6,172); }
td.TdClassName
{
border-color: #5406AC;
}
.TagClassName
{
border-color: #5406AC;
}
</style>