Html Css Color HEX #5400E8 Electric Indigo

📋 copy color: '#5400E8'

red 84 ◦ green 0 ◦ blue 232

#5400E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #5400E8

Tints of Electric Indigo #5400E8

RGB

 RED value IS 84 (33.2% from 255) = 26.58%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 232 (91.02% from 255) = 73.42%

R = 26.58%
G = 0%
B = 73.42%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5400E8 (or 0x5400E8) is known color: Electric Indigo. HEX triplet: 54, 00 and E8. RGB value is (84,0,232). Sum of RGB (Red+Green+Blue) = 84+0+232=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 232 (91.02% from 255 or 73.42% from 316); Max value from RGB is 232 - color contains mainly: blue. Hex color #5400E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5400E8 is #ABFF17. Grayscale: #323232. Windows color (decimal): -11271960 or 15204436. OLE color: 15204436.

HSL color Cylindrical-coordinate representation of color #5400E8: hue angle of 261.72º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5400E8 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 0 232 -
CMYK 0.64 1 0 0.09
HSL 261.72º 1% 0.45% -
HSV(B) 261.72º 1% 0.91% -
XYZ 18.22 7.71 76.87 -
YUV 51.56 229.83 151.14 -
System Red Green Blue C M Y K H S L
Decimal 84 0 232 0.64 1 0 0.09 261.72 1 0.45
Hex 54 0 E8 40 64 0 9 106 64 2D
Octal 124 0 350 100 144 0 11 406 144 55
Binary 1010100 0 11101000 1000000 1100100 0 1001 100000110 1100100 101101

Color Harmonies of #5400E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5400E8

Black with #5400E8

Text Example


Text Example

White with #5400E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5400E8; }

 p { color: rgb(84,0,232); }

 H1.HeaderClassName
 {
   color: #5400E8;
 }
 .AnyTagClassName
 {
   color: #5400E8;
 }
</style>

background-color css

<style>
 a { background-color: #5400E8; }

 a { background-color: rgb(84,0,232); }

 div.DivClassName
 {
   background-color: #5400E8;
 }
 .BgClassName
 {
   background-color: #5400E8;
 }
</style>

border-color css

<style>
 span { border-color: #5400E8; }

 span { border-color: rgb(84,0,232); }

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