Html Css Color HEX #640BEF Electric Indigo

📋 copy color: '#640BEF'

red 100 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #640BEF

Tints of Electric Indigo #640BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.29%

R = 28.57%
G = 3.14%
B = 68.29%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#640BEF (or 0x640BEF) is known color: Electric Indigo. HEX triplet: 64, 0B and EF. RGB value is (100,11,239). Sum of RGB (Red+Green+Blue) = 100+11+239=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #640BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640BEF is #9BF410. Grayscale: #3E3E3E. Windows color (decimal): -10220561 or 15666020. OLE color: 15666020.

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

Color convert

RGB 100 11 239 -
CMYK 0.58 0.95 0 0.06
HSL 263.42º 0.91% 0.49% -
HSV(B) 263.42º 0.95% 0.94% -
XYZ 20.96 9.18 82.33 -
YUV 63.6 226.99 153.96 -
System Red Green Blue C M Y K H S L
Decimal 100 11 239 0.58 0.95 0 0.06 263.42 0.91 0.49
Hex 64 B EF 3A 5F 0 6 107 5B 31
Octal 144 13 357 72 137 0 6 407 133 61
Binary 1100100 1011 11101111 111010 1011111 0 110 100000111 1011011 110001

Color Harmonies of #640BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BEF

Black with #640BEF

Text Example


Text Example

White with #640BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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