Html Css Color HEX #640FEC Electric Indigo

📋 copy color: '#640FEC'

red 100 ◦ green 15 ◦ blue 236

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

Shades of Electric Indigo #640FEC

Tints of Electric Indigo #640FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.24%

R = 28.49%
G = 4.27%
B = 67.24%

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

#640FEC (or 0x640FEC) is known color: Electric Indigo. HEX triplet: 64, 0F and EC. RGB value is (100,15,236). Sum of RGB (Red+Green+Blue) = 100+15+236=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #640FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FEC is #9BF013. Grayscale: #404040. Windows color (decimal): -10219540 or 15470436. OLE color: 15470436.

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

Color convert

RGB 100 15 236 -
CMYK 0.58 0.94 0 0.07
HSL 263.08º 0.88% 0.49% -
HSV(B) 263.08º 0.94% 0.93% -
XYZ 20.57 9.11 80.03 -
YUV 65.61 224.16 152.53 -
System Red Green Blue C M Y K H S L
Decimal 100 15 236 0.58 0.94 0 0.07 263.08 0.88 0.49
Hex 64 F EC 3A 5E 0 7 107 58 31
Octal 144 17 354 72 136 0 7 407 130 61
Binary 1100100 1111 11101100 111010 1011110 0 111 100000111 1011000 110001

Color Harmonies of #640FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FEC

Black with #640FEC

Text Example


Text Example

White with #640FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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