Html Css Color HEX #640FDB Electric Indigo

📋 copy color: '#640FDB'

red 100 ◦ green 15 ◦ blue 219

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

Shades of Electric Indigo #640FDB

Tints of Electric Indigo #640FDB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.49%

 BLUE value IS 219 (85.94% from 255) = 65.57%

R = 29.94%
G = 4.49%
B = 65.57%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#640FDB (or 0x640FDB) is known color: Electric Indigo. HEX triplet: 64, 0F and DB. RGB value is (100,15,219). Sum of RGB (Red+Green+Blue) = 100+15+219=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #640FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FDB is #9BF024. Grayscale: #3E3E3E. Windows color (decimal): -10219557 or 14356324. OLE color: 14356324.

HSL color Cylindrical-coordinate representation of color #640FDB: hue angle of 265º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640FDB is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 15 219 -
CMYK 0.54 0.93 0 0.14
HSL 265º 0.87% 0.46% -
HSV(B) 265º 0.93% 0.86% -
XYZ 18.21 8.17 67.63 -
YUV 63.67 215.66 153.91 -
System Red Green Blue C M Y K H S L
Decimal 100 15 219 0.54 0.93 0 0.14 265 0.87 0.46
Hex 64 F DB 36 5D 0 E 109 57 2E
Octal 144 17 333 66 135 0 16 411 127 56
Binary 1100100 1111 11011011 110110 1011101 0 1110 100001001 1010111 101110

Color Harmonies of #640FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FDB

Black with #640FDB

Text Example


Text Example

White with #640FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,15,219); }

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

background-color css

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

 a { background-color: rgb(100,15,219); }

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

border-color css

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

 span { border-color: rgb(100,15,219); }

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