Shades of Electric Indigo #5400FE
Tints of Electric Indigo #5400FE
RGB
CMYK
RGB Variations
Color information
#5400FE (or 0x5400FE) is known color: Electric Indigo. HEX triplet: 54, 00 and FE. RGB value is (84,0,254). Sum of RGB (Red+Green+Blue) = 84+0+254=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #5400FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5400FE is #ABFF01. Grayscale: #353535. Windows color (decimal): -11271938 or 16646228. OLE color: 16646228.
HSL color Cylindrical-coordinate representation of color #5400FE: hue angle of 259.84º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400FE is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 0 | 254 | - |
| CMYK | 0.67 | 1 | 0 | 0.00 |
| HSL | 259.84º | 1% | 0.5% | - |
| HSV(B) | 259.84º | 1% | 1% | - |
| XYZ | 21.55 | 9.04 | 94.38 | - |
| YUV | 54.07 | 240.83 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 254 | 0.67 | 1 | 0 | 0.00 | 259.84 | 1 | 0.5 |
| Hex | 54 | 0 | FE | 43 | 64 | 0 | 0 | 104 | 64 | 32 |
| Octal | 124 | 0 | 376 | 103 | 144 | 0 | 0 | 404 | 144 | 62 |
| Binary | 1010100 | 0 | 11111110 | 1000011 | 1100100 | 0 | 0 | 100000100 | 1100100 | 110010 |
Color Harmonies of #5400FE
Complementary color
Monochromatic Colors of #5400FE
Black with #5400FE
Text Example
Text Example
White with #5400FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5400FE; }
p { color: rgb(84,0,254); }
H1.HeaderClassName
{
color: #5400FE;
}
.AnyTagClassName
{
color: #5400FE;
}
</style>
background-color css
<style>
a { background-color: #5400FE; }
a { background-color: rgb(84,0,254); }
div.DivClassName
{
background-color: #5400FE;
}
.BgClassName
{
background-color: #5400FE;
}
</style>
border-color css
<style>
span { border-color: #5400FE; }
span { border-color: rgb(84,0,254); }
td.TdClassName
{
border-color: #5400FE;
}
.TagClassName
{
border-color: #5400FE;
}
</style>