Shades of Electric Indigo #5400FF
Tints of Electric Indigo #5400FF
RGB
CMYK
RGB Variations
Color information
#5400FF (or 0x5400FF) is known color: Electric Indigo. HEX triplet: 54, 00 and FF. RGB value is (84,0,255). Sum of RGB (Red+Green+Blue) = 84+0+255=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 255 (100% from 255 or 75.22% from 339); Max value from RGB is 255 - color contains mainly: blue. Hex color #5400FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5400FF is #ABFF00. Grayscale: #353535. Windows color (decimal): -11271937 or 16711764. OLE color: 16711764.
HSL color Cylindrical-coordinate representation of color #5400FF: hue angle of 259.76º 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 #5400FF is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 0 | 255 | - |
| CMYK | 0.67 | 1 | 0 | 0 |
| HSL | 259.76º | 1% | 0.5% | - |
| HSV(B) | 259.76º | 1% | 1% | - |
| XYZ | 21.71 | 9.1 | 95.22 | - |
| YUV | 54.19 | 241.33 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 255 | 0.67 | 1 | 0 | 0 | 259.76 | 1 | 0.5 |
| Hex | 54 | 0 | FF | 43 | 64 | 0 | 0 | 104 | 64 | 32 |
| Octal | 124 | 0 | 377 | 103 | 144 | 0 | 0 | 404 | 144 | 62 |
| Binary | 1010100 | 0 | 11111111 | 1000011 | 1100100 | 0 | 0 | 100000100 | 1100100 | 110010 |
Color Harmonies of #5400FF
Complementary color
Monochromatic Colors of #5400FF
Black with #5400FF
Text Example
Text Example
White with #5400FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5400FF; }
p { color: rgb(84,0,255); }
H1.HeaderClassName
{
color: #5400FF;
}
.AnyTagClassName
{
color: #5400FF;
}
</style>
background-color css
<style>
a { background-color: #5400FF; }
a { background-color: rgb(84,0,255); }
div.DivClassName
{
background-color: #5400FF;
}
.BgClassName
{
background-color: #5400FF;
}
</style>
border-color css
<style>
span { border-color: #5400FF; }
span { border-color: rgb(84,0,255); }
td.TdClassName
{
border-color: #5400FF;
}
.TagClassName
{
border-color: #5400FF;
}
</style>