#640FEA

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

Shades of Electric Indigo #640FEA

Tints of Electric Indigo #640FEA

Color information

#640FEA (or 0x640FEA) is unknown color: approx Electric Indigo. HEX triplet: 64, 0F and EA. RGB value is (100,15,234). Sum of RGB (Red+Green+Blue) = 100+15+234=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #640FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FEA is #9BF015. Grayscale: #404040. Windows color (decimal): -10219542 or 15339364. OLE color: 15339364.

HSL color Cylindrical-coordinate representation of color #640FEA: hue angle of 263.29º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640FEA is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10015234-
CMYK0.570.9400.08
HSL263.29º87.95%48.82%-
HSV(B)263.29º93.59%91.76%-
XYZ20.288.9978.51-
YUV65.38223.16152.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 15 (6.25% from 255) = 4.30%
BLUE value IS 234 (91.80% from 255) = 67.05%
R=28.65%
G=4.30%
B=67.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal100152340.570.9400.08263.2987.9548.82
Hex64FEA395E081075831
Octal144173527113601040713061
Binary11001001111111010101110011011110010001000001111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,15,234); }

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

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

 a { background-color: rgb(100,15,234); }

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

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

 span { border-color: rgb(100,15,234); }

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