Html Css Color HEX #640CEC Electric Indigo

📋 copy color: '#640CEC'

red 100 ◦ green 12 ◦ blue 236

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

Shades of Electric Indigo #640CEC

Tints of Electric Indigo #640CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.45%

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

R = 28.74%
G = 3.45%
B = 67.82%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#640CEC (or 0x640CEC) is known color: Electric Indigo. HEX triplet: 64, 0C and EC. RGB value is (100,12,236). Sum of RGB (Red+Green+Blue) = 100+12+236=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #640CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640CEC is #9BF313. Grayscale: #3F3F3F. Windows color (decimal): -10220308 or 15469668. OLE color: 15469668.

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

Color convert

RGB 100 12 236 -
CMYK 0.58 0.95 0 0.07
HSL 263.57º 0.9% 0.49% -
HSV(B) 263.57º 0.95% 0.93% -
XYZ 20.53 9.03 80.02 -
YUV 63.85 225.15 153.79 -
System Red Green Blue C M Y K H S L
Decimal 100 12 236 0.58 0.95 0 0.07 263.57 0.9 0.49
Hex 64 C EC 3A 5F 0 7 108 5A 31
Octal 144 14 354 72 137 0 7 410 132 61
Binary 1100100 1100 11101100 111010 1011111 0 111 100001000 1011010 110001

Color Harmonies of #640CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CEC

Black with #640CEC

Text Example


Text Example

White with #640CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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