Html Css Color HEX #5404FD Electric Indigo

📋 copy color: '#5404FD'

red 84 ◦ green 4 ◦ blue 253

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

Shades of Electric Indigo #5404FD

Tints of Electric Indigo #5404FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 74.19%

R = 24.63%
G = 1.17%
B = 74.19%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5404FD (or 0x5404FD) is known color: Electric Indigo. HEX triplet: 54, 04 and FD. RGB value is (84,4,253). Sum of RGB (Red+Green+Blue) = 84+4+253=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #5404FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5404FD is #ABFB02. Grayscale: #373737. Windows color (decimal): -11270915 or 16581716. OLE color: 16581716.

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

Color convert

RGB 84 4 253 -
CMYK 0.67 0.98 0 0.01
HSL 259.28º 0.98% 0.5% -
HSV(B) 259.28º 0.98% 0.99% -
XYZ 21.43 9.06 93.55 -
YUV 56.31 239 147.75 -
System Red Green Blue C M Y K H S L
Decimal 84 4 253 0.67 0.98 0 0.01 259.28 0.98 0.5
Hex 54 4 FD 43 62 0 1 103 62 32
Octal 124 4 375 103 142 0 1 403 142 62
Binary 1010100 100 11111101 1000011 1100010 0 1 100000011 1100010 110010

Color Harmonies of #5404FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5404FD

Black with #5404FD

Text Example


Text Example

White with #5404FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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