Html Css Color HEX #640DEC Electric Indigo

📋 copy color: '#640DEC'

red 100 ◦ green 13 ◦ blue 236

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

Shades of Electric Indigo #640DEC

Tints of Electric Indigo #640DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.72%

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

R = 28.65%
G = 3.72%
B = 67.62%

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

#640DEC (or 0x640DEC) is known color: Electric Indigo. HEX triplet: 64, 0D and EC. RGB value is (100,13,236). Sum of RGB (Red+Green+Blue) = 100+13+236=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #640DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640DEC is #9BF213. Grayscale: #3F3F3F. Windows color (decimal): -10220052 or 15469924. OLE color: 15469924.

HSL color Cylindrical-coordinate representation of color #640DEC: hue angle of 263.41º degrees, saturation: 0.9, 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 #640DEC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 13 236 -
CMYK 0.58 0.94 0 0.07
HSL 263.41º 0.9% 0.49% -
HSV(B) 263.41º 0.94% 0.93% -
XYZ 20.54 9.05 80.02 -
YUV 64.44 224.82 153.37 -
System Red Green Blue C M Y K H S L
Decimal 100 13 236 0.58 0.94 0 0.07 263.41 0.9 0.49
Hex 64 D EC 3A 5E 0 7 107 5A 31
Octal 144 15 354 72 136 0 7 407 132 61
Binary 1100100 1101 11101100 111010 1011110 0 111 100000111 1011010 110001

Color Harmonies of #640DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DEC

Black with #640DEC

Text Example


Text Example

White with #640DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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