Html Css Color HEX #5E0BE8 Electric Indigo

📋 copy color: '#5E0BE8'

red 94 ◦ green 11 ◦ blue 232

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

Shades of Electric Indigo #5E0BE8

Tints of Electric Indigo #5E0BE8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.26%

 BLUE value IS 232 (91.02% from 255) = 68.84%

R = 27.89%
G = 3.26%
B = 68.84%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5E0BE8 (or 0x5E0BE8) is known color: Electric Indigo. HEX triplet: 5E, 0B and E8. RGB value is (94,11,232). Sum of RGB (Red+Green+Blue) = 94+11+232=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 232 (91.02% from 255 or 68.84% from 337); Max value from RGB is 232 - color contains mainly: blue. Hex color #5E0BE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0BE8 is #A1F417. Grayscale: #3C3C3C. Windows color (decimal): -10613784 or 15207262. OLE color: 15207262.

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

Color convert

RGB 94 11 232 -
CMYK 0.59 0.95 0 0.09
HSL 262.53º 0.91% 0.48% -
HSV(B) 262.53º 0.95% 0.91% -
XYZ 19.3 8.45 76.96 -
YUV 61.01 224.5 151.53 -
System Red Green Blue C M Y K H S L
Decimal 94 11 232 0.59 0.95 0 0.09 262.53 0.91 0.48
Hex 5E B E8 3B 5F 0 9 107 5B 30
Octal 136 13 350 73 137 0 11 407 133 60
Binary 1011110 1011 11101000 111011 1011111 0 1001 100000111 1011011 110000

Color Harmonies of #5E0BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0BE8

Black with #5E0BE8

Text Example


Text Example

White with #5E0BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,11,232); }

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

background-color css

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

 a { background-color: rgb(94,11,232); }

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

border-color css

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

 span { border-color: rgb(94,11,232); }

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