Html Css Color HEX #640EFA Electric Indigo

📋 copy color: '#640EFA'

red 100 ◦ green 14 ◦ blue 250

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

Shades of Electric Indigo #640EFA

Tints of Electric Indigo #640EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 27.47%
G = 3.85%
B = 68.68%

CMYK

 C value IS 0.6

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#640EFA (or 0x640EFA) is known color: Electric Indigo. HEX triplet: 64, 0E and FA. RGB value is (100,14,250). Sum of RGB (Red+Green+Blue) = 100+14+250=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #640EFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EFA is #9BF105. Grayscale: #414141. Windows color (decimal): -10219782 or 16387684. OLE color: 16387684.

HSL color Cylindrical-coordinate representation of color #640EFA: hue angle of 261.86º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EFA is Cyan = 0.6, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 14 250 -
CMYK 0.6 0.94 0 0.02
HSL 261.86º 0.96% 0.52% -
HSV(B) 261.86º 0.94% 0.98% -
XYZ 22.67 9.93 91.16 -
YUV 66.62 231.49 151.81 -
System Red Green Blue C M Y K H S L
Decimal 100 14 250 0.6 0.94 0 0.02 261.86 0.96 0.52
Hex 64 E FA 3C 5E 0 2 106 60 34
Octal 144 16 372 74 136 0 2 406 140 64
Binary 1100100 1110 11111010 111100 1011110 0 10 100000110 1100000 110100

Color Harmonies of #640EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EFA

Black with #640EFA

Text Example


Text Example

White with #640EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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