Html Css Color HEX #640BEE Electric Indigo

📋 copy color: '#640BEE'

red 100 ◦ green 11 ◦ blue 238

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

Shades of Electric Indigo #640BEE

Tints of Electric Indigo #640BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.15%

 BLUE value IS 238 (93.36% from 255) = 68.19%

R = 28.65%
G = 3.15%
B = 68.19%

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

#640BEE (or 0x640BEE) is known color: Electric Indigo. HEX triplet: 64, 0B and EE. RGB value is (100,11,238). Sum of RGB (Red+Green+Blue) = 100+11+238=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #640BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640BEE is #9BF411. Grayscale: #3E3E3E. Windows color (decimal): -10220562 or 15600484. OLE color: 15600484.

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

Color convert

RGB 100 11 238 -
CMYK 0.58 0.95 0 0.07
HSL 263.52º 0.91% 0.49% -
HSV(B) 263.52º 0.95% 0.93% -
XYZ 20.81 9.12 81.55 -
YUV 63.49 226.49 154.04 -
System Red Green Blue C M Y K H S L
Decimal 100 11 238 0.58 0.95 0 0.07 263.52 0.91 0.49
Hex 64 B EE 3A 5F 0 7 108 5B 31
Octal 144 13 356 72 137 0 7 410 133 61
Binary 1100100 1011 11101110 111010 1011111 0 111 100001000 1011011 110001

Color Harmonies of #640BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BEE

Black with #640BEE

Text Example


Text Example

White with #640BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,11,238); }

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

background-color css

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

 a { background-color: rgb(100,11,238); }

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

border-color css

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

 span { border-color: rgb(100,11,238); }

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