Html Css Color HEX #5403FB Electric Indigo

📋 copy color: '#5403FB'

red 84 ◦ green 3 ◦ blue 251

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

Shades of Electric Indigo #5403FB

Tints of Electric Indigo #5403FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 74.26%

R = 24.85%
G = 0.89%
B = 74.26%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5403FB (or 0x5403FB) is known color: Electric Indigo. HEX triplet: 54, 03 and FB. RGB value is (84,3,251). Sum of RGB (Red+Green+Blue) = 84+3+251=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #5403FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5403FB is #ABFC04. Grayscale: #363636. Windows color (decimal): -11271173 or 16450388. OLE color: 16450388.

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

Color convert

RGB 84 3 251 -
CMYK 0.67 0.99 0 0.02
HSL 259.6º 0.98% 0.5% -
HSV(B) 259.6º 0.99% 0.98% -
XYZ 21.1 8.91 91.88 -
YUV 55.49 238.34 148.33 -
System Red Green Blue C M Y K H S L
Decimal 84 3 251 0.67 0.99 0 0.02 259.6 0.98 0.5
Hex 54 3 FB 43 63 0 2 104 62 32
Octal 124 3 373 103 143 0 2 404 142 62
Binary 1010100 11 11111011 1000011 1100011 0 10 100000100 1100010 110010

Color Harmonies of #5403FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5403FB

Black with #5403FB

Text Example


Text Example

White with #5403FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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