Html Css Color HEX #5400FD Electric Indigo

📋 copy color: '#5400FD'

red 84 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #5400FD

Tints of Electric Indigo #5400FD

RGB

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

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

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

R = 24.93%
G = 0%
B = 75.07%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5400FD (or 0x5400FD) is known color: Electric Indigo. HEX triplet: 54, 00 and FD. RGB value is (84,0,253). Sum of RGB (Red+Green+Blue) = 84+0+253=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #5400FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5400FD is #ABFF02. Grayscale: #353535. Windows color (decimal): -11271939 or 16580692. OLE color: 16580692.

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

Color convert

RGB 84 0 253 -
CMYK 0.67 1 0 0.01
HSL 259.92º 1% 0.5% -
HSV(B) 259.92º 1% 0.99% -
XYZ 21.39 8.98 93.53 -
YUV 53.96 240.33 149.43 -
System Red Green Blue C M Y K H S L
Decimal 84 0 253 0.67 1 0 0.01 259.92 1 0.5
Hex 54 0 FD 43 64 0 1 104 64 32
Octal 124 0 375 103 144 0 1 404 144 62
Binary 1010100 0 11111101 1000011 1100100 0 1 100000100 1100100 110010

Color Harmonies of #5400FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5400FD

Black with #5400FD

Text Example


Text Example

White with #5400FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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