Shades of Electric Indigo #5402FF
Tints of Electric Indigo #5402FF
RGB
CMYK
RGB Variations
Color information
#5402FF (or 0x5402FF) is known color: Electric Indigo. HEX triplet: 54, 02 and FF. RGB value is (84,2,255). Sum of RGB (Red+Green+Blue) = 84+2+255=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #5402FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5402FF is #ABFD00. Grayscale: #363636. Windows color (decimal): -11271425 or 16712276. OLE color: 16712276.
HSL color Cylindrical-coordinate representation of color #5402FF: hue angle of 259.45º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5402FF is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 2 | 255 | - |
| CMYK | 0.67 | 0.99 | 0 | 0 |
| HSL | 259.45º | 1% | 0.5% | - |
| HSV(B) | 259.45º | 0.99% | 1% | - |
| XYZ | 21.73 | 9.15 | 95.23 | - |
| YUV | 55.36 | 240.67 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 255 | 0.67 | 0.99 | 0 | 0 | 259.45 | 1 | 0.5 |
| Hex | 54 | 2 | FF | 43 | 63 | 0 | 0 | 103 | 64 | 32 |
| Octal | 124 | 2 | 377 | 103 | 143 | 0 | 0 | 403 | 144 | 62 |
| Binary | 1010100 | 10 | 11111111 | 1000011 | 1100011 | 0 | 0 | 100000011 | 1100100 | 110010 |
Color Harmonies of #5402FF
Complementary color
Monochromatic Colors of #5402FF
Black with #5402FF
Text Example
Text Example
White with #5402FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5402FF; }
p { color: rgb(84,2,255); }
H1.HeaderClassName
{
color: #5402FF;
}
.AnyTagClassName
{
color: #5402FF;
}
</style>
background-color css
<style>
a { background-color: #5402FF; }
a { background-color: rgb(84,2,255); }
div.DivClassName
{
background-color: #5402FF;
}
.BgClassName
{
background-color: #5402FF;
}
</style>
border-color css
<style>
span { border-color: #5402FF; }
span { border-color: rgb(84,2,255); }
td.TdClassName
{
border-color: #5402FF;
}
.TagClassName
{
border-color: #5402FF;
}
</style>