Html Css Color HEX #5403FF Electric Indigo

📋 copy color: '#5403FF'

red 84 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #5403FF

Tints of Electric Indigo #5403FF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 24.56%
G = 0.88%
B = 74.56%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5403FF (or 0x5403FF) is known color: Electric Indigo. HEX triplet: 54, 03 and FF. RGB value is (84,3,255). Sum of RGB (Red+Green+Blue) = 84+3+255=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #5403FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5403FF is #ABFC00. Grayscale: #373737. Windows color (decimal): -11271169 or 16712532. OLE color: 16712532.

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

Color convert

RGB 84 3 255 -
CMYK 0.67 0.99 0 0
HSL 259.29º 1% 0.51% -
HSV(B) 259.29º 0.99% 1% -
XYZ 21.74 9.17 95.23 -
YUV 55.95 240.34 148.01 -
System Red Green Blue C M Y K H S L
Decimal 84 3 255 0.67 0.99 0 0 259.29 1 0.51
Hex 54 3 FF 43 63 0 0 103 64 33
Octal 124 3 377 103 143 0 0 403 144 63
Binary 1010100 11 11111111 1000011 1100011 0 0 100000011 1100100 110011

Color Harmonies of #5403FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5403FF

Black with #5403FF

Text Example


Text Example

White with #5403FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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