Html Css Color HEX #640CE9 Electric Indigo

📋 copy color: '#640CE9'

red 100 ◦ green 12 ◦ blue 233

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

Shades of Electric Indigo #640CE9

Tints of Electric Indigo #640CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 67.54%

R = 28.99%
G = 3.48%
B = 67.54%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#640CE9 (or 0x640CE9) is known color: Electric Indigo. HEX triplet: 64, 0C and E9. RGB value is (100,12,233). Sum of RGB (Red+Green+Blue) = 100+12+233=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 233 (91.41% from 255 or 67.54% from 345); Max value from RGB is 233 - color contains mainly: blue. Hex color #640CE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640CE9 is #9BF316. Grayscale: #3E3E3E. Windows color (decimal): -10220311 or 15273060. OLE color: 15273060.

HSL color Cylindrical-coordinate representation of color #640CE9: hue angle of 263.89º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640CE9 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 12 233 -
CMYK 0.57 0.95 0 0.09
HSL 263.89º 0.9% 0.48% -
HSV(B) 263.89º 0.95% 0.91% -
XYZ 20.09 8.86 77.74 -
YUV 63.51 223.65 154.03 -
System Red Green Blue C M Y K H S L
Decimal 100 12 233 0.57 0.95 0 0.09 263.89 0.9 0.48
Hex 64 C E9 39 5F 0 9 108 5A 30
Octal 144 14 351 71 137 0 11 410 132 60
Binary 1100100 1100 11101001 111001 1011111 0 1001 100001000 1011010 110000

Color Harmonies of #640CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CE9

Black with #640CE9

Text Example


Text Example

White with #640CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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