Shades of Indigo #5404AC
Tints of Indigo #5404AC
RGB
CMYK
RGB Variations
Color information
#5404AC (or 0x5404AC) is known color: Indigo. HEX triplet: 54, 04 and AC. RGB value is (84,4,172). Sum of RGB (Red+Green+Blue) = 84+4+172=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #5404AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5404AC is #ABFB53. Grayscale: #2E2E2E. Windows color (decimal): -11270996 or 11273300. OLE color: 11273300.
HSL color Cylindrical-coordinate representation of color #5404AC: hue angle of 268.57º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404AC is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 4 | 172 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.33 |
| HSL | 268.57º | 0.95% | 0.35% | - |
| HSV(B) | 268.57º | 0.98% | 0.67% | - |
| XYZ | 11.15 | 4.95 | 39.4 | - |
| YUV | 47.07 | 198.5 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 172 | 0.51 | 0.98 | 0 | 0.33 | 268.57 | 0.95 | 0.35 |
| Hex | 54 | 4 | AC | 33 | 62 | 0 | 21 | 10D | 5F | 23 |
| Octal | 124 | 4 | 254 | 63 | 142 | 0 | 41 | 415 | 137 | 43 |
| Binary | 1010100 | 100 | 10101100 | 110011 | 1100010 | 0 | 100001 | 100001101 | 1011111 | 100011 |
Color Harmonies of #5404AC
Complementary color
Monochromatic Colors of #5404AC
Black with #5404AC
Text Example
Text Example
White with #5404AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5404AC; }
p { color: rgb(84,4,172); }
H1.HeaderClassName
{
color: #5404AC;
}
.AnyTagClassName
{
color: #5404AC;
}
</style>
background-color css
<style>
a { background-color: #5404AC; }
a { background-color: rgb(84,4,172); }
div.DivClassName
{
background-color: #5404AC;
}
.BgClassName
{
background-color: #5404AC;
}
</style>
border-color css
<style>
span { border-color: #5404AC; }
span { border-color: rgb(84,4,172); }
td.TdClassName
{
border-color: #5404AC;
}
.TagClassName
{
border-color: #5404AC;
}
</style>