Html Css Color HEX #5E01F1 Electric Indigo

📋 copy color: '#5E01F1'

red 94 ◦ green 1 ◦ blue 241

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

Shades of Electric Indigo #5E01F1

Tints of Electric Indigo #5E01F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 71.73%

R = 27.98%
G = 0.3%
B = 71.73%

CMYK

 C value IS 0.61

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5E01F1 (or 0x5E01F1) is known color: Electric Indigo. HEX triplet: 5E, 01 and F1. RGB value is (94,1,241). Sum of RGB (Red+Green+Blue) = 94+1+241=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E01F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E01F1 is #A1FE0E. Grayscale: #373737. Windows color (decimal): -10616335 or 15794526. OLE color: 15794526.

HSL color Cylindrical-coordinate representation of color #5E01F1: hue angle of 263.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E01F1 is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 1 241 -
CMYK 0.61 1.00 0 0.05
HSL 263.25º 0.99% 0.47% -
HSV(B) 263.25º 1% 0.95% -
XYZ 20.5 8.75 83.83 -
YUV 56.17 232.31 154.99 -
System Red Green Blue C M Y K H S L
Decimal 94 1 241 0.61 1.00 0 0.05 263.25 0.99 0.47
Hex 5E 1 F1 3D 64 0 5 107 63 2F
Octal 136 1 361 75 144 0 5 407 143 57
Binary 1011110 1 11110001 111101 1100100 0 101 100000111 1100011 101111

Color Harmonies of #5E01F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E01F1

Black with #5E01F1

Text Example


Text Example

White with #5E01F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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