Html Css Color HEX #640FEE Electric Indigo

📋 copy color: '#640FEE'

red 100 ◦ green 15 ◦ blue 238

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

Shades of Electric Indigo #640FEE

Tints of Electric Indigo #640FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.25%

 BLUE value IS 238 (93.36% from 255) = 67.42%

R = 28.33%
G = 4.25%
B = 67.42%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#640FEE (or 0x640FEE) is known color: Electric Indigo. HEX triplet: 64, 0F and EE. RGB value is (100,15,238). Sum of RGB (Red+Green+Blue) = 100+15+238=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #640FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FEE is #9BF011. Grayscale: #414141. Windows color (decimal): -10219538 or 15601508. OLE color: 15601508.

HSL color Cylindrical-coordinate representation of color #640FEE: hue angle of 262.87º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640FEE is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 15 238 -
CMYK 0.58 0.94 0 0.07
HSL 262.87º 0.88% 0.5% -
HSV(B) 262.87º 0.94% 0.93% -
XYZ 20.86 9.22 81.57 -
YUV 65.84 225.16 152.37 -
System Red Green Blue C M Y K H S L
Decimal 100 15 238 0.58 0.94 0 0.07 262.87 0.88 0.5
Hex 64 F EE 3A 5E 0 7 107 58 32
Octal 144 17 356 72 136 0 7 407 130 62
Binary 1100100 1111 11101110 111010 1011110 0 111 100000111 1011000 110010

Color Harmonies of #640FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FEE

Black with #640FEE

Text Example


Text Example

White with #640FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,15,238); }

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

background-color css

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

 a { background-color: rgb(100,15,238); }

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

border-color css

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

 span { border-color: rgb(100,15,238); }

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