Html Css Color HEX #640EF2 Electric Indigo

📋 copy color: '#640EF2'

red 100 ◦ green 14 ◦ blue 242

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

Shades of Electric Indigo #640EF2

Tints of Electric Indigo #640EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 67.98%

R = 28.09%
G = 3.93%
B = 67.98%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#640EF2 (or 0x640EF2) is known color: Electric Indigo. HEX triplet: 64, 0E and F2. RGB value is (100,14,242). Sum of RGB (Red+Green+Blue) = 100+14+242=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #640EF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EF2 is #9BF10D. Grayscale: #404040. Windows color (decimal): -10219790 or 15863396. OLE color: 15863396.

HSL color Cylindrical-coordinate representation of color #640EF2: hue angle of 262.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EF2 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 14 242 -
CMYK 0.59 0.94 0 0.05
HSL 262.63º 0.9% 0.5% -
HSV(B) 262.63º 0.94% 0.95% -
XYZ 21.44 9.43 84.7 -
YUV 65.71 227.49 152.46 -
System Red Green Blue C M Y K H S L
Decimal 100 14 242 0.59 0.94 0 0.05 262.63 0.9 0.5
Hex 64 E F2 3B 5E 0 5 107 5A 32
Octal 144 16 362 73 136 0 5 407 132 62
Binary 1100100 1110 11110010 111011 1011110 0 101 100000111 1011010 110010

Color Harmonies of #640EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EF2

Black with #640EF2

Text Example


Text Example

White with #640EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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