Html Css Color HEX #640ADB Electric Indigo

📋 copy color: '#640ADB'

red 100 ◦ green 10 ◦ blue 219

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

Shades of Electric Indigo #640ADB

Tints of Electric Indigo #640ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.04%

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

R = 30.4%
G = 3.04%
B = 66.57%

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

#640ADB (or 0x640ADB) is known color: Electric Indigo. HEX triplet: 64, 0A and DB. RGB value is (100,10,219). Sum of RGB (Red+Green+Blue) = 100+10+219=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #640ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640ADB is #9BF524. Grayscale: #3B3B3B. Windows color (decimal): -10220837 or 14355044. OLE color: 14355044.

HSL color Cylindrical-coordinate representation of color #640ADB: hue angle of 265.84º degrees, saturation: 0.91, 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 #640ADB is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 10 219 -
CMYK 0.54 0.95 0 0.14
HSL 265.84º 0.91% 0.45% -
HSV(B) 265.84º 0.95% 0.86% -
XYZ 18.15 8.04 67.61 -
YUV 60.74 217.32 156.01 -
System Red Green Blue C M Y K H S L
Decimal 100 10 219 0.54 0.95 0 0.14 265.84 0.91 0.45
Hex 64 A DB 36 5F 0 E 10A 5B 2D
Octal 144 12 333 66 137 0 16 412 133 55
Binary 1100100 1010 11011011 110110 1011111 0 1110 100001010 1011011 101101

Color Harmonies of #640ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640ADB

Black with #640ADB

Text Example


Text Example

White with #640ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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