#5402ED

Color #5402ED Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #5402ED

Tints of Electric Indigo #5402ED

Color information

#5402ED (or 0x5402ED) is unknown color: approx Electric Indigo. HEX triplet: 54, 02 and ED. RGB value is (84,2,237). Sum of RGB (Red+Green+Blue) = 84+2+237=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 237 (92.97% from 255 or 73.37% from 323); Max value from RGB is 237 - color contains mainly: blue. Hex color #5402ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5402ED is #ABFD12. Grayscale: #343434. Windows color (decimal): -11271443 or 15532628. OLE color: 15532628.

HSL color Cylindrical-coordinate representation of color #5402ED: hue angle of 260.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5402ED is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB842237-
CMYK0.650.9900.07
HSL260.94º98.33%46.86%-
HSV(B)260.94º99.16%92.94%-
XYZ18.968.0480.67-
YUV53.31231.67149.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 237 (92.97% from 255) = 73.37%
R=26.01%
G=0.62%
B=73.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal8422370.650.9900.07260.9498.3346.86
Hex542ED416307105622f
Octal12423551011430740514257
Binary101010010111011011000001110001101111000001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5402ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5402ED; }

 p { color: rgb(84,2,237); }

 H1.HeaderClassName
 {
   color: #5402ED;
 }
 .AnyTagClassName
 {
   color: #5402ED;
 }
</style>
background-color css

<style>
 a { background-color: #5402ED; }

 a { background-color: rgb(84,2,237); }

 div.DivClassName
 {
   background-color: #5402ED;
 }
 .BgClassName
 {
   background-color: #5402ED;
 }
</style>
border-color css

<style>
 span { border-color: #5402ED; }

 span { border-color: rgb(84,2,237); }

 td.TdClassName
 {
   border-color: #5402ED;
 }
 .TagClassName
 {
   border-color: #5402ED;
 }
</style>