Shades of Electric Indigo #5400FC
Tints of Electric Indigo #5400FC
RGB
CMYK
RGB Variations
Color information
#5400FC (or 0x5400FC) is known color: Electric Indigo. HEX triplet: 54, 00 and FC. RGB value is (84,0,252). Sum of RGB (Red+Green+Blue) = 84+0+252=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #5400FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5400FC is #ABFF03. Grayscale: #343434. Windows color (decimal): -11271940 or 16515156. OLE color: 16515156.
HSL color Cylindrical-coordinate representation of color #5400FC: hue angle of 260º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400FC is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 0 | 252 | - |
| CMYK | 0.67 | 1 | 0 | 0.01 |
| HSL | 260º | 1% | 0.49% | - |
| HSV(B) | 260º | 1% | 0.99% | - |
| XYZ | 21.23 | 8.91 | 92.7 | - |
| YUV | 53.84 | 239.83 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 252 | 0.67 | 1 | 0 | 0.01 | 260 | 1 | 0.49 |
| Hex | 54 | 0 | FC | 43 | 64 | 0 | 1 | 104 | 64 | 31 |
| Octal | 124 | 0 | 374 | 103 | 144 | 0 | 1 | 404 | 144 | 61 |
| Binary | 1010100 | 0 | 11111100 | 1000011 | 1100100 | 0 | 1 | 100000100 | 1100100 | 110001 |
Color Harmonies of #5400FC
Complementary color
Monochromatic Colors of #5400FC
Black with #5400FC
Text Example
Text Example
White with #5400FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5400FC; }
p { color: rgb(84,0,252); }
H1.HeaderClassName
{
color: #5400FC;
}
.AnyTagClassName
{
color: #5400FC;
}
</style>
background-color css
<style>
a { background-color: #5400FC; }
a { background-color: rgb(84,0,252); }
div.DivClassName
{
background-color: #5400FC;
}
.BgClassName
{
background-color: #5400FC;
}
</style>
border-color css
<style>
span { border-color: #5400FC; }
span { border-color: rgb(84,0,252); }
td.TdClassName
{
border-color: #5400FC;
}
.TagClassName
{
border-color: #5400FC;
}
</style>