#640af2

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

Shades of Electric Indigo #640AF2

Tints of Electric Indigo #640AF2

Color information

#640AF2 (or 0x640AF2) is unknown color: approx Electric Indigo. HEX triplet: 64, 0A and F2. RGB value is (100,10,242). Sum of RGB (Red+Green+Blue) = 100+10+242=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #640AF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640AF2 is #9BF50D. Grayscale: #3E3E3E. Windows color (decimal): -10220814 or 15862372. OLE color: 15862372.

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

Color convert

RGB10010242-
CMYK0.590.9600.05
HSL263.28º92.06%49.41%-
HSV(B)263.28º95.87%94.9%-
XYZ21.399.3484.68-
YUV63.36228.82154.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 10 (4.30% from 255) = 2.84%
BLUE value IS 242 (94.92% from 255) = 68.75%
R=28.41%
G=2.84%
B=68.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal100102420.590.9600.05263.2892.0649.41
Hex64AF23B60051075c31
Octal14412362731400540713461
Binary1100100101011110010111011110000001011000001111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640af2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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