Html Css Color HEX #5404FF Electric Indigo

📋 copy color: '#5404FF'

red 84 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #5404FF

Tints of Electric Indigo #5404FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

 BLUE value IS 255 (100% from 255) = 74.34%

R = 24.49%
G = 1.17%
B = 74.34%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5404FF (or 0x5404FF) is known color: Electric Indigo. HEX triplet: 54, 04 and FF. RGB value is (84,4,255). Sum of RGB (Red+Green+Blue) = 84+4+255=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #5404FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5404FF is #ABFB00. Grayscale: #373737. Windows color (decimal): -11270913 or 16712788. OLE color: 16712788.

HSL color Cylindrical-coordinate representation of color #5404FF: hue angle of 259.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404FF is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 84 4 255 -
CMYK 0.67 0.98 0 0
HSL 259.12º 1% 0.51% -
HSV(B) 259.12º 0.98% 1% -
XYZ 21.75 9.19 95.24 -
YUV 56.53 240 147.59 -
System Red Green Blue C M Y K H S L
Decimal 84 4 255 0.67 0.98 0 0 259.12 1 0.51
Hex 54 4 FF 43 62 0 0 103 64 33
Octal 124 4 377 103 142 0 0 403 144 63
Binary 1010100 100 11111111 1000011 1100010 0 0 100000011 1100100 110011

Color Harmonies of #5404FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5404FF

Black with #5404FF

Text Example


Text Example

White with #5404FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5404FF; }

 p { color: rgb(84,4,255); }

 H1.HeaderClassName
 {
   color: #5404FF;
 }
 .AnyTagClassName
 {
   color: #5404FF;
 }
</style>

background-color css

<style>
 a { background-color: #5404FF; }

 a { background-color: rgb(84,4,255); }

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

border-color css

<style>
 span { border-color: #5404FF; }

 span { border-color: rgb(84,4,255); }

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