Html Css Color HEX #640AF0 Electric Indigo

📋 copy color: '#640AF0'

red 100 ◦ green 10 ◦ blue 240

#640AF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #640AF0

Tints of Electric Indigo #640AF0

RGB

 RED value IS 100 (39.45% from 255) = 28.57%

 GREEN value IS 10 (4.3% from 255) = 2.86%

 BLUE value IS 240 (94.14% from 255) = 68.57%

R = 28.57%
G = 2.86%
B = 68.57%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#640AF0 (or 0x640AF0) is known color: Electric Indigo. HEX triplet: 64, 0A and F0. RGB value is (100,10,240). Sum of RGB (Red+Green+Blue) = 100+10+240=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 240 (94.14% from 255 or 68.57% from 350); Max value from RGB is 240 - color contains mainly: blue. Hex color #640AF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640AF0 is #9BF50F. Grayscale: #3E3E3E. Windows color (decimal): -10220816 or 15731300. OLE color: 15731300.

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

Color convert

RGB 100 10 240 -
CMYK 0.58 0.96 0 0.06
HSL 263.48º 0.92% 0.49% -
HSV(B) 263.48º 0.96% 0.94% -
XYZ 21.09 9.22 83.11 -
YUV 63.13 227.82 154.3 -
System Red Green Blue C M Y K H S L
Decimal 100 10 240 0.58 0.96 0 0.06 263.48 0.92 0.49
Hex 64 A F0 3A 60 0 6 107 5C 31
Octal 144 12 360 72 140 0 6 407 134 61
Binary 1100100 1010 11110000 111010 1100000 0 110 100000111 1011100 110001

Color Harmonies of #640AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640AF0

Black with #640AF0

Text Example


Text Example

White with #640AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #640AF0;
 }
 .AnyTagClassName
 {
   color: #640AF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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