Shades of Electric Indigo #5400DC
Tints of Electric Indigo #5400DC
RGB
CMYK
RGB Variations
Color information
#5400DC (or 0x5400DC) is known color: Electric Indigo. HEX triplet: 54, 00 and DC. RGB value is (84,0,220). Sum of RGB (Red+Green+Blue) = 84+0+220=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #5400DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5400DC is #ABFF23. Grayscale: #313131. Windows color (decimal): -11271972 or 14418004. OLE color: 14418004.
HSL color Cylindrical-coordinate representation of color #5400DC: hue angle of 262.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400DC is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 0 | 220 | - |
| CMYK | 0.62 | 1 | 0 | 0.14 |
| HSL | 262.91º | 1% | 0.43% | - |
| HSV(B) | 262.91º | 1% | 0.86% | - |
| XYZ | 16.57 | 7.05 | 68.2 | - |
| YUV | 50.2 | 223.83 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 220 | 0.62 | 1 | 0 | 0.14 | 262.91 | 1 | 0.43 |
| Hex | 54 | 0 | DC | 3E | 64 | 0 | E | 107 | 64 | 2B |
| Octal | 124 | 0 | 334 | 76 | 144 | 0 | 16 | 407 | 144 | 53 |
| Binary | 1010100 | 0 | 11011100 | 111110 | 1100100 | 0 | 1110 | 100000111 | 1100100 | 101011 |
Color Harmonies of #5400DC
Complementary color
Monochromatic Colors of #5400DC
Black with #5400DC
Text Example
Text Example
White with #5400DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5400DC; }
p { color: rgb(84,0,220); }
H1.HeaderClassName
{
color: #5400DC;
}
.AnyTagClassName
{
color: #5400DC;
}
</style>
background-color css
<style>
a { background-color: #5400DC; }
a { background-color: rgb(84,0,220); }
div.DivClassName
{
background-color: #5400DC;
}
.BgClassName
{
background-color: #5400DC;
}
</style>
border-color css
<style>
span { border-color: #5400DC; }
span { border-color: rgb(84,0,220); }
td.TdClassName
{
border-color: #5400DC;
}
.TagClassName
{
border-color: #5400DC;
}
</style>