#640EE4

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

Shades of Electric Indigo #640EE4

Tints of Electric Indigo #640EE4

Color information

#640EE4 (or 0x640EE4) is unknown color: approx Electric Indigo. HEX triplet: 64, 0E and E4. RGB value is (100,14,228). Sum of RGB (Red+Green+Blue) = 100+14+228=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 228 (89.45% from 255 or 66.67% from 342); Max value from RGB is 228 - color contains mainly: blue. Hex color #640EE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640EE4 is #9BF11B. Grayscale: #3F3F3F. Windows color (decimal): -10219804 or 14945892. OLE color: 14945892.

HSL color Cylindrical-coordinate representation of color #640EE4: hue angle of 264.11º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EE4 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10014228-
CMYK0.560.9400.11
HSL264.11º88.43%47.45%-
HSV(B)264.11º93.86%89.41%-
XYZ19.428.6274.04-
YUV64.11220.49153.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.24%
GREEN value IS 14 (5.86% from 255) = 4.09%
BLUE value IS 228 (89.45% from 255) = 66.67%
R=29.24%
G=4.09%
B=66.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal100142280.560.9400.11264.1188.4347.45
Hex64EE4385E0B108582f
Octal144163447013601341013057
Binary11001001110111001001110001011110010111000010001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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