Html Css Color HEX #640EF8 Electric Indigo

📋 copy color: '#640EF8'

red 100 ◦ green 14 ◦ blue 248

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

Shades of Electric Indigo #640EF8

Tints of Electric Indigo #640EF8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.87%

 BLUE value IS 248 (97.27% from 255) = 68.51%

R = 27.62%
G = 3.87%
B = 68.51%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#640EF8 (or 0x640EF8) is known color: Electric Indigo. HEX triplet: 64, 0E and F8. RGB value is (100,14,248). Sum of RGB (Red+Green+Blue) = 100+14+248=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 248 (97.27% from 255 or 68.51% from 362); Max value from RGB is 248 - color contains mainly: blue. Hex color #640EF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EF8 is #9BF107. Grayscale: #414141. Windows color (decimal): -10219784 or 16256612. OLE color: 16256612.

HSL color Cylindrical-coordinate representation of color #640EF8: hue angle of 262.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EF8 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 14 248 -
CMYK 0.60 0.94 0 0.03
HSL 262.05º 0.94% 0.51% -
HSV(B) 262.05º 0.94% 0.97% -
XYZ 22.36 9.8 89.52 -
YUV 66.39 230.49 151.97 -
System Red Green Blue C M Y K H S L
Decimal 100 14 248 0.60 0.94 0 0.03 262.05 0.94 0.51
Hex 64 E F8 3C 5E 0 3 106 5E 33
Octal 144 16 370 74 136 0 3 406 136 63
Binary 1100100 1110 11111000 111100 1011110 0 11 100000110 1011110 110011

Color Harmonies of #640EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EF8

Black with #640EF8

Text Example


Text Example

White with #640EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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