Html Css Color HEX #5E07DC Electric Indigo

📋 copy color: '#5E07DC'

red 94 ◦ green 7 ◦ blue 220

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

Shades of Electric Indigo #5E07DC

Tints of Electric Indigo #5E07DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 29.28%
G = 2.18%
B = 68.54%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E07DC (or 0x5E07DC) is known color: Electric Indigo. HEX triplet: 5E, 07 and DC. RGB value is (94,7,220). Sum of RGB (Red+Green+Blue) = 94+7+220=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E07DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E07DC is #A1F823. Grayscale: #383838. Windows color (decimal): -10614820 or 14419806. OLE color: 14419806.

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

Color convert

RGB 94 7 220 -
CMYK 0.57 0.97 0 0.14
HSL 264.51º 0.94% 0.45% -
HSV(B) 264.51º 0.97% 0.86% -
XYZ 17.61 7.7 68.27 -
YUV 57.3 219.82 154.18 -
System Red Green Blue C M Y K H S L
Decimal 94 7 220 0.57 0.97 0 0.14 264.51 0.94 0.45
Hex 5E 7 DC 39 61 0 E 109 5E 2D
Octal 136 7 334 71 141 0 16 411 136 55
Binary 1011110 111 11011100 111001 1100001 0 1110 100001001 1011110 101101

Color Harmonies of #5E07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E07DC

Black with #5E07DC

Text Example


Text Example

White with #5E07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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