Html Css Color HEX #640BEB Electric Indigo

📋 copy color: '#640BEB'

red 100 ◦ green 11 ◦ blue 235

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

Shades of Electric Indigo #640BEB

Tints of Electric Indigo #640BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.92%

R = 28.9%
G = 3.18%
B = 67.92%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#640BEB (or 0x640BEB) is known color: Electric Indigo. HEX triplet: 64, 0B and EB. RGB value is (100,11,235). Sum of RGB (Red+Green+Blue) = 100+11+235=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #640BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640BEB is #9BF414. Grayscale: #3E3E3E. Windows color (decimal): -10220565 or 15403876. OLE color: 15403876.

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

Color convert

RGB 100 11 235 -
CMYK 0.57 0.95 0 0.08
HSL 263.84º 0.91% 0.48% -
HSV(B) 263.84º 0.95% 0.92% -
XYZ 20.37 8.95 79.25 -
YUV 63.15 224.99 154.29 -
System Red Green Blue C M Y K H S L
Decimal 100 11 235 0.57 0.95 0 0.08 263.84 0.91 0.48
Hex 64 B EB 39 5F 0 8 108 5B 30
Octal 144 13 353 71 137 0 10 410 133 60
Binary 1100100 1011 11101011 111001 1011111 0 1000 100001000 1011011 110000

Color Harmonies of #640BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BEB

Black with #640BEB

Text Example


Text Example

White with #640BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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