Html Css Color HEX #640BFE Electric Indigo

📋 copy color: '#640BFE'

red 100 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #640BFE

Tints of Electric Indigo #640BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.59%

R = 27.4%
G = 3.01%
B = 69.59%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#640BFE (or 0x640BFE) is known color: Electric Indigo. HEX triplet: 64, 0B and FE. RGB value is (100,11,254). Sum of RGB (Red+Green+Blue) = 100+11+254=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #640BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640BFE is #9BF401. Grayscale: #404040. Windows color (decimal): -10220546 or 16649060. OLE color: 16649060.

HSL color Cylindrical-coordinate representation of color #640BFE: hue angle of 261.98º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640BFE is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 11 254 -
CMYK 0.61 0.96 0 0.00
HSL 261.98º 0.99% 0.52% -
HSV(B) 261.98º 0.96% 1% -
XYZ 23.26 10.1 94.49 -
YUV 65.31 234.49 152.74 -
System Red Green Blue C M Y K H S L
Decimal 100 11 254 0.61 0.96 0 0.00 261.98 0.99 0.52
Hex 64 B FE 3D 60 0 0 106 63 34
Octal 144 13 376 75 140 0 0 406 143 64
Binary 1100100 1011 11111110 111101 1100000 0 0 100000110 1100011 110100

Color Harmonies of #640BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640BFE

Black with #640BFE

Text Example


Text Example

White with #640BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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