Shades of Electric Indigo #5400EF
Tints of Electric Indigo #5400EF
RGB
CMYK
RGB Variations
Color information
#5400EF (or 0x5400EF) is known color: Electric Indigo. HEX triplet: 54, 00 and EF. RGB value is (84,0,239). Sum of RGB (Red+Green+Blue) = 84+0+239=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #5400EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5400EF is #ABFF10. Grayscale: #333333. Windows color (decimal): -11271953 or 15663188. OLE color: 15663188.
HSL color Cylindrical-coordinate representation of color #5400EF: hue angle of 261.09º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400EF is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 0 | 239 | - |
| CMYK | 0.65 | 1 | 0 | 0.06 |
| HSL | 261.09º | 1% | 0.47% | - |
| HSV(B) | 261.09º | 1% | 0.94% | - |
| XYZ | 19.24 | 8.12 | 82.21 | - |
| YUV | 52.36 | 233.33 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 239 | 0.65 | 1 | 0 | 0.06 | 261.09 | 1 | 0.47 |
| Hex | 54 | 0 | EF | 41 | 64 | 0 | 6 | 105 | 64 | 2F |
| Octal | 124 | 0 | 357 | 101 | 144 | 0 | 6 | 405 | 144 | 57 |
| Binary | 1010100 | 0 | 11101111 | 1000001 | 1100100 | 0 | 110 | 100000101 | 1100100 | 101111 |
Color Harmonies of #5400EF
Complementary color
Monochromatic Colors of #5400EF
Black with #5400EF
Text Example
Text Example
White with #5400EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5400EF; }
p { color: rgb(84,0,239); }
H1.HeaderClassName
{
color: #5400EF;
}
.AnyTagClassName
{
color: #5400EF;
}
</style>
background-color css
<style>
a { background-color: #5400EF; }
a { background-color: rgb(84,0,239); }
div.DivClassName
{
background-color: #5400EF;
}
.BgClassName
{
background-color: #5400EF;
}
</style>
border-color css
<style>
span { border-color: #5400EF; }
span { border-color: rgb(84,0,239); }
td.TdClassName
{
border-color: #5400EF;
}
.TagClassName
{
border-color: #5400EF;
}
</style>