Html Css Color HEX #5401FA Electric Indigo

📋 copy color: '#5401FA'

red 84 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #5401FA

Tints of Electric Indigo #5401FA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 250 (98.05% from 255) = 74.63%

R = 25.07%
G = 0.3%
B = 74.63%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5401FA (or 0x5401FA) is known color: Electric Indigo. HEX triplet: 54, 01 and FA. RGB value is (84,1,250). Sum of RGB (Red+Green+Blue) = 84+1+250=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #5401FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5401FA is #ABFE05. Grayscale: #353535. Windows color (decimal): -11271686 or 16384340. OLE color: 16384340.

HSL color Cylindrical-coordinate representation of color #5401FA: hue angle of 260º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5401FA is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 1 250 -
CMYK 0.66 1.00 0 0.02
HSL 260º 0.99% 0.49% -
HSV(B) 260º 1% 0.98% -
XYZ 20.92 8.81 91.04 -
YUV 54.2 238.5 149.25 -
System Red Green Blue C M Y K H S L
Decimal 84 1 250 0.66 1.00 0 0.02 260 0.99 0.49
Hex 54 1 FA 42 64 0 2 104 63 31
Octal 124 1 372 102 144 0 2 404 143 61
Binary 1010100 1 11111010 1000010 1100100 0 10 100000100 1100011 110001

Color Harmonies of #5401FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5401FA

Black with #5401FA

Text Example


Text Example

White with #5401FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5401FA; }

 p { color: rgb(84,1,250); }

 H1.HeaderClassName
 {
   color: #5401FA;
 }
 .AnyTagClassName
 {
   color: #5401FA;
 }
</style>

background-color css

<style>
 a { background-color: #5401FA; }

 a { background-color: rgb(84,1,250); }

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

border-color css

<style>
 span { border-color: #5401FA; }

 span { border-color: rgb(84,1,250); }

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