Html Css Color HEX #640EFD Electric Indigo

📋 copy color: '#640EFD'

red 100 ◦ green 14 ◦ blue 253

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

Shades of Electric Indigo #640EFD

Tints of Electric Indigo #640EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.94%

R = 27.25%
G = 3.81%
B = 68.94%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#640EFD (or 0x640EFD) is known color: Electric Indigo. HEX triplet: 64, 0E and FD. RGB value is (100,14,253). Sum of RGB (Red+Green+Blue) = 100+14+253=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #640EFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EFD is #9BF102. Grayscale: #424242. Windows color (decimal): -10219779 or 16584292. OLE color: 16584292.

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

Color convert

RGB 100 14 253 -
CMYK 0.60 0.94 0 0.01
HSL 261.59º 0.98% 0.52% -
HSV(B) 261.59º 0.94% 0.99% -
XYZ 23.14 10.12 93.66 -
YUV 66.96 232.99 151.57 -
System Red Green Blue C M Y K H S L
Decimal 100 14 253 0.60 0.94 0 0.01 261.59 0.98 0.52
Hex 64 E FD 3C 5E 0 1 106 62 34
Octal 144 16 375 74 136 0 1 406 142 64
Binary 1100100 1110 11111101 111100 1011110 0 1 100000110 1100010 110100

Color Harmonies of #640EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EFD

Black with #640EFD

Text Example


Text Example

White with #640EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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