Html Css Color HEX #640EDF Electric Indigo

📋 copy color: '#640EDF'

red 100 ◦ green 14 ◦ blue 223

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

Shades of Electric Indigo #640EDF

Tints of Electric Indigo #640EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.17%

R = 29.67%
G = 4.15%
B = 66.17%

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

#640EDF (or 0x640EDF) is known color: Electric Indigo. HEX triplet: 64, 0E and DF. RGB value is (100,14,223). Sum of RGB (Red+Green+Blue) = 100+14+223=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #640EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640EDF is #9BF120. Grayscale: #3E3E3E. Windows color (decimal): -10219809 or 14618212. OLE color: 14618212.

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

Color convert

RGB 100 14 223 -
CMYK 0.55 0.94 0 0.13
HSL 264.69º 0.88% 0.46% -
HSV(B) 264.69º 0.94% 0.87% -
XYZ 18.73 8.35 70.44 -
YUV 63.54 217.99 154.01 -
System Red Green Blue C M Y K H S L
Decimal 100 14 223 0.55 0.94 0 0.13 264.69 0.88 0.46
Hex 64 E DF 37 5E 0 D 109 58 2E
Octal 144 16 337 67 136 0 15 411 130 56
Binary 1100100 1110 11011111 110111 1011110 0 1101 100001001 1011000 101110

Color Harmonies of #640EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EDF

Black with #640EDF

Text Example


Text Example

White with #640EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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