Html Css Color HEX #5E07DE Electric Indigo

📋 copy color: '#5E07DE'

red 94 ◦ green 7 ◦ blue 222

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

Shades of Electric Indigo #5E07DE

Tints of Electric Indigo #5E07DE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

 BLUE value IS 222 (87.11% from 255) = 68.73%

R = 29.1%
G = 2.17%
B = 68.73%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E07DE (or 0x5E07DE) is known color: Electric Indigo. HEX triplet: 5E, 07 and DE. RGB value is (94,7,222). Sum of RGB (Red+Green+Blue) = 94+7+222=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E07DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E07DE is #A1F821. Grayscale: #383838. Windows color (decimal): -10614818 or 14550878. OLE color: 14550878.

HSL color Cylindrical-coordinate representation of color #5E07DE: hue angle of 264.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E07DE is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 7 222 -
CMYK 0.58 0.97 0 0.13
HSL 264.28º 0.94% 0.45% -
HSV(B) 264.28º 0.97% 0.87% -
XYZ 17.88 7.81 69.67 -
YUV 57.52 220.82 154.02 -
System Red Green Blue C M Y K H S L
Decimal 94 7 222 0.58 0.97 0 0.13 264.28 0.94 0.45
Hex 5E 7 DE 3A 61 0 D 108 5E 2D
Octal 136 7 336 72 141 0 15 410 136 55
Binary 1011110 111 11011110 111010 1100001 0 1101 100001000 1011110 101101

Color Harmonies of #5E07DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E07DE

Black with #5E07DE

Text Example


Text Example

White with #5E07DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,7,222); }

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

background-color css

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

 a { background-color: rgb(94,7,222); }

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

border-color css

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

 span { border-color: rgb(94,7,222); }

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