Html Css Color HEX #640EDA Electric Indigo

📋 copy color: '#640EDA'

red 100 ◦ green 14 ◦ blue 218

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

Shades of Electric Indigo #640EDA

Tints of Electric Indigo #640EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.66%

R = 30.12%
G = 4.22%
B = 65.66%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#640EDA (or 0x640EDA) is known color: Electric Indigo. HEX triplet: 64, 0E and DA. RGB value is (100,14,218). Sum of RGB (Red+Green+Blue) = 100+14+218=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #640EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640EDA is #9BF125. Grayscale: #3E3E3E. Windows color (decimal): -10219814 or 14290532. OLE color: 14290532.

HSL color Cylindrical-coordinate representation of color #640EDA: hue angle of 265.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EDA is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 14 218 -
CMYK 0.54 0.94 0 0.15
HSL 265.29º 0.88% 0.45% -
HSV(B) 265.29º 0.94% 0.85% -
XYZ 18.07 8.09 66.94 -
YUV 62.97 215.49 154.41 -
System Red Green Blue C M Y K H S L
Decimal 100 14 218 0.54 0.94 0 0.15 265.29 0.88 0.45
Hex 64 E DA 36 5E 0 F 109 58 2D
Octal 144 16 332 66 136 0 17 411 130 55
Binary 1100100 1110 11011010 110110 1011110 0 1111 100001001 1011000 101101

Color Harmonies of #640EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EDA

Black with #640EDA

Text Example


Text Example

White with #640EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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