Html Css Color HEX #5401F7 Electric Indigo

📋 copy color: '#5401F7'

red 84 ◦ green 1 ◦ blue 247

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

Shades of Electric Indigo #5401F7

Tints of Electric Indigo #5401F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 74.4%

R = 25.3%
G = 0.3%
B = 74.4%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5401F7 (or 0x5401F7) is known color: Electric Indigo. HEX triplet: 54, 01 and F7. RGB value is (84,1,247). Sum of RGB (Red+Green+Blue) = 84+1+247=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 247 (96.88% from 255 or 74.40% from 332); Max value from RGB is 247 - color contains mainly: blue. Hex color #5401F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5401F7 is #ABFE08. Grayscale: #343434. Windows color (decimal): -11271689 or 16187732. OLE color: 16187732.

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

Color convert

RGB 84 1 247 -
CMYK 0.66 1.00 0 0.03
HSL 260.24º 0.99% 0.49% -
HSV(B) 260.24º 1% 0.97% -
XYZ 20.46 8.62 88.58 -
YUV 53.86 237 149.5 -
System Red Green Blue C M Y K H S L
Decimal 84 1 247 0.66 1.00 0 0.03 260.24 0.99 0.49
Hex 54 1 F7 42 64 0 3 104 63 31
Octal 124 1 367 102 144 0 3 404 143 61
Binary 1010100 1 11110111 1000010 1100100 0 11 100000100 1100011 110001

Color Harmonies of #5401F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5401F7

Black with #5401F7

Text Example


Text Example

White with #5401F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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