Shades of Electric Indigo #5401FA
Tints of Electric Indigo #5401FA
RGB
CMYK
RGB Variations
Color information
#5401FA (or 0x5401FA) is known color: Electric Indigo. HEX triplet: 54, 01 and FA. RGB value is (84,1,250). Sum of RGB (Red+Green+Blue) = 84+1+250=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #5401FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5401FA is #ABFE05. Grayscale: #353535. Windows color (decimal): -11271686 or 16384340. OLE color: 16384340.
HSL color Cylindrical-coordinate representation of color #5401FA: hue angle of 260º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5401FA is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 1 | 250 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.02 |
| HSL | 260º | 0.99% | 0.49% | - |
| HSV(B) | 260º | 1% | 0.98% | - |
| XYZ | 20.92 | 8.81 | 91.04 | - |
| YUV | 54.2 | 238.5 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 250 | 0.66 | 1.00 | 0 | 0.02 | 260 | 0.99 | 0.49 |
| Hex | 54 | 1 | FA | 42 | 64 | 0 | 2 | 104 | 63 | 31 |
| Octal | 124 | 1 | 372 | 102 | 144 | 0 | 2 | 404 | 143 | 61 |
| Binary | 1010100 | 1 | 11111010 | 1000010 | 1100100 | 0 | 10 | 100000100 | 1100011 | 110001 |
Color Harmonies of #5401FA
Complementary color
Monochromatic Colors of #5401FA
Black with #5401FA
Text Example
Text Example
White with #5401FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5401FA; }
p { color: rgb(84,1,250); }
H1.HeaderClassName
{
color: #5401FA;
}
.AnyTagClassName
{
color: #5401FA;
}
</style>
background-color css
<style>
a { background-color: #5401FA; }
a { background-color: rgb(84,1,250); }
div.DivClassName
{
background-color: #5401FA;
}
.BgClassName
{
background-color: #5401FA;
}
</style>
border-color css
<style>
span { border-color: #5401FA; }
span { border-color: rgb(84,1,250); }
td.TdClassName
{
border-color: #5401FA;
}
.TagClassName
{
border-color: #5401FA;
}
</style>