Html Css Color HEX #640CDB Electric Indigo

📋 copy color: '#640CDB'

red 100 ◦ green 12 ◦ blue 219

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

Shades of Electric Indigo #640CDB

Tints of Electric Indigo #640CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.63%

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

R = 30.21%
G = 3.63%
B = 66.16%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#640CDB (or 0x640CDB) is known color: Electric Indigo. HEX triplet: 64, 0C and DB. RGB value is (100,12,219). Sum of RGB (Red+Green+Blue) = 100+12+219=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #640CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CDB is #9BF324. Grayscale: #3D3D3D. Windows color (decimal): -10220325 or 14355556. OLE color: 14355556.

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

Color convert

RGB 100 12 219 -
CMYK 0.54 0.95 0 0.14
HSL 265.51º 0.9% 0.45% -
HSV(B) 265.51º 0.95% 0.86% -
XYZ 18.17 8.09 67.62 -
YUV 61.91 216.65 155.17 -
System Red Green Blue C M Y K H S L
Decimal 100 12 219 0.54 0.95 0 0.14 265.51 0.9 0.45
Hex 64 C DB 36 5F 0 E 10A 5A 2D
Octal 144 14 333 66 137 0 16 412 132 55
Binary 1100100 1100 11011011 110110 1011111 0 1110 100001010 1011010 101101

Color Harmonies of #640CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CDB

Black with #640CDB

Text Example


Text Example

White with #640CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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