#640EF5

Color #640EF5 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #640EF5

Tints of Electric Indigo #640EF5

Color information

#640EF5 (or 0x640EF5) is unknown color: approx Electric Indigo. HEX triplet: 64, 0E and F5. RGB value is (100,14,245). Sum of RGB (Red+Green+Blue) = 100+14+245=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 245 (96.09% from 255 or 68.25% from 359); Max value from RGB is 245 - color contains mainly: blue. Hex color #640EF5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EF5 is #9BF10A. Grayscale: #414141. Windows color (decimal): -10219787 or 16060004. OLE color: 16060004.

HSL color Cylindrical-coordinate representation of color #640EF5: hue angle of 262.34º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EF5 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10014245-
CMYK0.590.9400.04
HSL262.34º92.03%50.78%-
HSV(B)262.34º94.29%96.08%-
XYZ21.899.6287.09-
YUV66.05228.99152.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 14 (5.86% from 255) = 3.90%
BLUE value IS 245 (96.09% from 255) = 68.25%
R=27.86%
G=3.90%
B=68.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal100142450.590.9400.04262.3492.0350.78
Hex64EF53B5E041065c33
Octal14416365731360440613463
Binary1100100111011110101111011101111001001000001101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #640EF5;
 }
 .AnyTagClassName
 {
   color: #640EF5;
 }
</style>
background-color css

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

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

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

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

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

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