Html Css Color HEX #640AD7 Electric Indigo

📋 copy color: '#640AD7'

red 100 ◦ green 10 ◦ blue 215

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

Shades of Electric Indigo #640AD7

Tints of Electric Indigo #640AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 66.15%

R = 30.77%
G = 3.08%
B = 66.15%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#640AD7 (or 0x640AD7) is known color: Electric Indigo. HEX triplet: 64, 0A and D7. RGB value is (100,10,215). Sum of RGB (Red+Green+Blue) = 100+10+215=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 215 (84.38% from 255 or 66.15% from 325); Max value from RGB is 215 - color contains mainly: blue. Hex color #640AD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640AD7 is #9BF528. Grayscale: #3B3B3B. Windows color (decimal): -10220841 or 14092900. OLE color: 14092900.

HSL color Cylindrical-coordinate representation of color #640AD7: hue angle of 266.34º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640AD7 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 10 215 -
CMYK 0.53 0.95 0 0.16
HSL 266.34º 0.91% 0.44% -
HSV(B) 266.34º 0.95% 0.84% -
XYZ 17.63 7.83 64.87 -
YUV 60.28 215.32 156.33 -
System Red Green Blue C M Y K H S L
Decimal 100 10 215 0.53 0.95 0 0.16 266.34 0.91 0.44
Hex 64 A D7 35 5F 0 10 10A 5B 2C
Octal 144 12 327 65 137 0 20 412 133 54
Binary 1100100 1010 11010111 110101 1011111 0 10000 100001010 1011011 101100

Color Harmonies of #640AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640AD7

Black with #640AD7

Text Example


Text Example

White with #640AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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