Html Css Color HEX #5E01FA Electric Indigo

📋 copy color: '#5E01FA'

red 94 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #5E01FA

Tints of Electric Indigo #5E01FA

RGB

 RED value IS 94 (37.11% from 255) = 27.25%

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

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

R = 27.25%
G = 0.29%
B = 72.46%

CMYK

 C value IS 0.62

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E01FA (or 0x5E01FA) is known color: Electric Indigo. HEX triplet: 5E, 01 and FA. RGB value is (94,1,250). Sum of RGB (Red+Green+Blue) = 94+1+250=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E01FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E01FA is #A1FE05. Grayscale: #383838. Windows color (decimal): -10616326 or 16384350. OLE color: 16384350.

HSL color Cylindrical-coordinate representation of color #5E01FA: hue angle of 262.41º 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 #5E01FA is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 1 250 -
CMYK 0.62 1.00 0 0.02
HSL 262.41º 0.99% 0.49% -
HSV(B) 262.41º 1% 0.98% -
XYZ 21.88 9.3 91.08 -
YUV 57.19 236.81 154.25 -
System Red Green Blue C M Y K H S L
Decimal 94 1 250 0.62 1.00 0 0.02 262.41 0.99 0.49
Hex 5E 1 FA 3E 64 0 2 106 63 31
Octal 136 1 372 76 144 0 2 406 143 61
Binary 1011110 1 11111010 111110 1100100 0 10 100000110 1100011 110001

Color Harmonies of #5E01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E01FA

Black with #5E01FA

Text Example


Text Example

White with #5E01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E01FA; }

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

 H1.HeaderClassName
 {
   color: #5E01FA;
 }
 .AnyTagClassName
 {
   color: #5E01FA;
 }
</style>

background-color css

<style>
 a { background-color: #5E01FA; }

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

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

border-color css

<style>
 span { border-color: #5E01FA; }

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

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