Html Css Color HEX #640EEC Electric Indigo

📋 copy color: '#640EEC'

red 100 ◦ green 14 ◦ blue 236

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

Shades of Electric Indigo #640EEC

Tints of Electric Indigo #640EEC

RGB

 RED value IS 100 (39.45% from 255) = 28.57%

 GREEN value IS 14 (5.86% from 255) = 4%

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 28.57%
G = 4%
B = 67.43%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#640EEC (or 0x640EEC) is known color: Electric Indigo. HEX triplet: 64, 0E and EC. RGB value is (100,14,236). Sum of RGB (Red+Green+Blue) = 100+14+236=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #640EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EEC is #9BF113. Grayscale: #404040. Windows color (decimal): -10219796 or 15470180. OLE color: 15470180.

HSL color Cylindrical-coordinate representation of color #640EEC: hue angle of 263.24º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EEC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 14 236 -
CMYK 0.58 0.94 0 0.07
HSL 263.24º 0.89% 0.49% -
HSV(B) 263.24º 0.94% 0.93% -
XYZ 20.55 9.08 80.03 -
YUV 65.02 224.49 152.95 -
System Red Green Blue C M Y K H S L
Decimal 100 14 236 0.58 0.94 0 0.07 263.24 0.89 0.49
Hex 64 E EC 3A 5E 0 7 107 59 31
Octal 144 16 354 72 136 0 7 407 131 61
Binary 1100100 1110 11101100 111010 1011110 0 111 100000111 1011001 110001

Color Harmonies of #640EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EEC

Black with #640EEC

Text Example


Text Example

White with #640EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640EEC; }

 p { color: rgb(100,14,236); }

 H1.HeaderClassName
 {
   color: #640EEC;
 }
 .AnyTagClassName
 {
   color: #640EEC;
 }
</style>

background-color css

<style>
 a { background-color: #640EEC; }

 a { background-color: rgb(100,14,236); }

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

border-color css

<style>
 span { border-color: #640EEC; }

 span { border-color: rgb(100,14,236); }

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