Html Css Color HEX #640EEE Electric Indigo

📋 copy color: '#640EEE'

red 100 ◦ green 14 ◦ blue 238

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

Shades of Electric Indigo #640EEE

Tints of Electric Indigo #640EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.61%

R = 28.41%
G = 3.98%
B = 67.61%

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

#640EEE (or 0x640EEE) is known color: Electric Indigo. HEX triplet: 64, 0E and EE. RGB value is (100,14,238). Sum of RGB (Red+Green+Blue) = 100+14+238=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #640EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EEE is #9BF111. Grayscale: #404040. Windows color (decimal): -10219794 or 15601252. OLE color: 15601252.

HSL color Cylindrical-coordinate representation of color #640EEE: hue angle of 263.04º 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 #640EEE is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 14 238 -
CMYK 0.58 0.94 0 0.07
HSL 263.04º 0.89% 0.49% -
HSV(B) 263.04º 0.94% 0.93% -
XYZ 20.85 9.2 81.57 -
YUV 65.25 225.49 152.79 -
System Red Green Blue C M Y K H S L
Decimal 100 14 238 0.58 0.94 0 0.07 263.04 0.89 0.49
Hex 64 E EE 3A 5E 0 7 107 59 31
Octal 144 16 356 72 136 0 7 407 131 61
Binary 1100100 1110 11101110 111010 1011110 0 111 100000111 1011001 110001

Color Harmonies of #640EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EEE

Black with #640EEE

Text Example


Text Example

White with #640EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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