Html Css Color HEX #5E0CF1 Electric Indigo

📋 copy color: '#5E0CF1'

red 94 ◦ green 12 ◦ blue 241

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

Shades of Electric Indigo #5E0CF1

Tints of Electric Indigo #5E0CF1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.46%

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

R = 27.09%
G = 3.46%
B = 69.45%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5E0CF1 (or 0x5E0CF1) is known color: Electric Indigo. HEX triplet: 5E, 0C and F1. RGB value is (94,12,241). Sum of RGB (Red+Green+Blue) = 94+12+241=347 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.09% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 241 (94.53% from 255 or 69.45% from 347); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E0CF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0CF1 is #A1F30E. Grayscale: #3D3D3D. Windows color (decimal): -10613519 or 15797342. OLE color: 15797342.

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

Color convert

RGB 94 12 241 -
CMYK 0.61 0.95 0 0.05
HSL 261.48º 0.91% 0.5% -
HSV(B) 261.48º 0.95% 0.95% -
XYZ 20.62 8.99 83.87 -
YUV 62.62 228.67 150.38 -
System Red Green Blue C M Y K H S L
Decimal 94 12 241 0.61 0.95 0 0.05 261.48 0.91 0.5
Hex 5E C F1 3D 5F 0 5 105 5B 32
Octal 136 14 361 75 137 0 5 405 133 62
Binary 1011110 1100 11110001 111101 1011111 0 101 100000101 1011011 110010

Color Harmonies of #5E0CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0CF1

Black with #5E0CF1

Text Example


Text Example

White with #5E0CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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