#640BFD

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

Shades of Electric Indigo #640BFD

Tints of Electric Indigo #640BFD

Color information

#640BFD (or 0x640BFD) is unknown color: approx Electric Indigo. HEX triplet: 64, 0B and FD. RGB value is (100,11,253). Sum of RGB (Red+Green+Blue) = 100+11+253=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #640BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640BFD is #9BF402. Grayscale: #404040. Windows color (decimal): -10220547 or 16583524. OLE color: 16583524.

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

Color convert

RGB10011253-
CMYK0.600.9600.01
HSL262.07º98.37%51.76%-
HSV(B)262.07º95.65%99.22%-
XYZ23.110.0493.65-
YUV65.2233.99152.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 11 (4.69% from 255) = 3.02%
BLUE value IS 253 (99.22% from 255) = 69.51%
R=27.47%
G=3.02%
B=69.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal100112530.600.9600.01262.0798.3751.76
Hex64BFD3C60011066234
Octal14413375741400140614264
Binary11001001011111111011111001100000011000001101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,11,253); }

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

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

 a { background-color: rgb(100,11,253); }

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

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

 span { border-color: rgb(100,11,253); }

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