Html Css Color HEX #640CE1 Electric Indigo

📋 copy color: '#640CE1'

red 100 ◦ green 12 ◦ blue 225

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

Shades of Electric Indigo #640CE1

Tints of Electric Indigo #640CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.77%

R = 29.67%
G = 3.56%
B = 66.77%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#640CE1 (or 0x640CE1) is known color: Electric Indigo. HEX triplet: 64, 0C and E1. RGB value is (100,12,225). Sum of RGB (Red+Green+Blue) = 100+12+225=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 225 (88.28% from 255 or 66.77% from 337); Max value from RGB is 225 - color contains mainly: blue. Hex color #640CE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CE1 is #9BF31E. Grayscale: #3D3D3D. Windows color (decimal): -10220319 or 14748772. OLE color: 14748772.

HSL color Cylindrical-coordinate representation of color #640CE1: hue angle of 264.79º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640CE1 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 12 225 -
CMYK 0.56 0.95 0 0.12
HSL 264.79º 0.9% 0.46% -
HSV(B) 264.79º 0.95% 0.88% -
XYZ 18.98 8.41 71.86 -
YUV 62.59 219.65 154.68 -
System Red Green Blue C M Y K H S L
Decimal 100 12 225 0.56 0.95 0 0.12 264.79 0.9 0.46
Hex 64 C E1 38 5F 0 C 109 5A 2E
Octal 144 14 341 70 137 0 14 411 132 56
Binary 1100100 1100 11100001 111000 1011111 0 1100 100001001 1011010 101110

Color Harmonies of #640CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CE1

Black with #640CE1

Text Example


Text Example

White with #640CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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