Html Css Color HEX #640FEA Electric Indigo

📋 copy color: '#640FEA'

red 100 ◦ green 15 ◦ blue 234

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

Shades of Electric Indigo #640FEA

Tints of Electric Indigo #640FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.05%

R = 28.65%
G = 4.3%
B = 67.05%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#640FEA (or 0x640FEA) is known color: Electric Indigo. HEX triplet: 64, 0F and EA. RGB value is (100,15,234). Sum of RGB (Red+Green+Blue) = 100+15+234=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #640FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FEA is #9BF015. Grayscale: #404040. Windows color (decimal): -10219542 or 15339364. OLE color: 15339364.

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

Color convert

RGB 100 15 234 -
CMYK 0.57 0.94 0 0.08
HSL 263.29º 0.88% 0.49% -
HSV(B) 263.29º 0.94% 0.92% -
XYZ 20.28 8.99 78.51 -
YUV 65.38 223.16 152.69 -
System Red Green Blue C M Y K H S L
Decimal 100 15 234 0.57 0.94 0 0.08 263.29 0.88 0.49
Hex 64 F EA 39 5E 0 8 107 58 31
Octal 144 17 352 71 136 0 10 407 130 61
Binary 1100100 1111 11101010 111001 1011110 0 1000 100000111 1011000 110001

Color Harmonies of #640FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FEA

Black with #640FEA

Text Example


Text Example

White with #640FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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