Html Css Color HEX #640EDC Electric Indigo

📋 copy color: '#640EDC'

red 100 ◦ green 14 ◦ blue 220

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

Shades of Electric Indigo #640EDC

Tints of Electric Indigo #640EDC

RGB

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

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

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

R = 29.94%
G = 4.19%
B = 65.87%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#640EDC (or 0x640EDC) is known color: Electric Indigo. HEX triplet: 64, 0E and DC. RGB value is (100,14,220). Sum of RGB (Red+Green+Blue) = 100+14+220=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #640EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640EDC is #9BF123. Grayscale: #3E3E3E. Windows color (decimal): -10219812 or 14421604. OLE color: 14421604.

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

Color convert

RGB 100 14 220 -
CMYK 0.55 0.94 0 0.14
HSL 265.05º 0.88% 0.46% -
HSV(B) 265.05º 0.94% 0.86% -
XYZ 18.33 8.19 68.32 -
YUV 63.2 216.49 154.25 -
System Red Green Blue C M Y K H S L
Decimal 100 14 220 0.55 0.94 0 0.14 265.05 0.88 0.46
Hex 64 E DC 37 5E 0 E 109 58 2E
Octal 144 16 334 67 136 0 16 411 130 56
Binary 1100100 1110 11011100 110111 1011110 0 1110 100001001 1011000 101110

Color Harmonies of #640EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EDC

Black with #640EDC

Text Example


Text Example

White with #640EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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