#5400FF

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

Shades of Electric Indigo #5400FF

Tints of Electric Indigo #5400FF

Color information

#5400FF (or 0x5400FF) is unknown color: approx 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

RGB840255-
CMYK0.67100
HSL259.76º100%50%-
HSV(B)259.76º100%100%-
XYZ21.719.195.22-
YUV54.19241.33149.27-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 75.22%
R=24.78%
G=0%
B=75.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal8402550.67100259.7610050
Hex540FF4364001046432
Octal12403771031440040414462
Binary101010001111111110000111100100001000001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5400FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>