Shades of Electric Indigo #5400FB
Tints of Electric Indigo #5400FB
RGB
CMYK
RGB Variations
Color information
#5400FB (or 0x5400FB) is known color: Electric Indigo. HEX triplet: 54, 00 and FB. RGB value is (84,0,251). Sum of RGB (Red+Green+Blue) = 84+0+251=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #5400FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5400FB is #ABFF04. Grayscale: #343434. Windows color (decimal): -11271941 or 16449620. OLE color: 16449620.
HSL color Cylindrical-coordinate representation of color #5400FB: hue angle of 260.08º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400FB is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 0 | 251 | - |
| CMYK | 0.67 | 1 | 0 | 0.02 |
| HSL | 260.08º | 1% | 0.49% | - |
| HSV(B) | 260.08º | 1% | 0.98% | - |
| XYZ | 21.07 | 8.85 | 91.86 | - |
| YUV | 53.73 | 239.33 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 251 | 0.67 | 1 | 0 | 0.02 | 260.08 | 1 | 0.49 |
| Hex | 54 | 0 | FB | 43 | 64 | 0 | 2 | 104 | 64 | 31 |
| Octal | 124 | 0 | 373 | 103 | 144 | 0 | 2 | 404 | 144 | 61 |
| Binary | 1010100 | 0 | 11111011 | 1000011 | 1100100 | 0 | 10 | 100000100 | 1100100 | 110001 |
Color Harmonies of #5400FB
Complementary color
Monochromatic Colors of #5400FB
Black with #5400FB
Text Example
Text Example
White with #5400FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5400FB; }
p { color: rgb(84,0,251); }
H1.HeaderClassName
{
color: #5400FB;
}
.AnyTagClassName
{
color: #5400FB;
}
</style>
background-color css
<style>
a { background-color: #5400FB; }
a { background-color: rgb(84,0,251); }
div.DivClassName
{
background-color: #5400FB;
}
.BgClassName
{
background-color: #5400FB;
}
</style>
border-color css
<style>
span { border-color: #5400FB; }
span { border-color: rgb(84,0,251); }
td.TdClassName
{
border-color: #5400FB;
}
.TagClassName
{
border-color: #5400FB;
}
</style>