Html Css Color HEX #640EDE Electric Indigo

📋 copy color: '#640EDE'

red 100 ◦ green 14 ◦ blue 222

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

Shades of Electric Indigo #640EDE

Tints of Electric Indigo #640EDE

RGB

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

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

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

R = 29.76%
G = 4.17%
B = 66.07%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#640EDE (or 0x640EDE) is known color: Electric Indigo. HEX triplet: 64, 0E and DE. RGB value is (100,14,222). Sum of RGB (Red+Green+Blue) = 100+14+222=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #640EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640EDE is #9BF121. Grayscale: #3E3E3E. Windows color (decimal): -10219810 or 14552676. OLE color: 14552676.

HSL color Cylindrical-coordinate representation of color #640EDE: hue angle of 264.81º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EDE is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 14 222 -
CMYK 0.55 0.94 0 0.13
HSL 264.81º 0.88% 0.46% -
HSV(B) 264.81º 0.94% 0.87% -
XYZ 18.6 8.3 69.73 -
YUV 63.43 217.49 154.09 -
System Red Green Blue C M Y K H S L
Decimal 100 14 222 0.55 0.94 0 0.13 264.81 0.88 0.46
Hex 64 E DE 37 5E 0 D 109 58 2E
Octal 144 16 336 67 136 0 15 411 130 56
Binary 1100100 1110 11011110 110111 1011110 0 1101 100001001 1011000 101110

Color Harmonies of #640EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EDE

Black with #640EDE

Text Example


Text Example

White with #640EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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