Html Css Color HEX #640DE5 Electric Indigo

📋 copy color: '#640DE5'

red 100 ◦ green 13 ◦ blue 229

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

Shades of Electric Indigo #640DE5

Tints of Electric Indigo #640DE5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.8%

 BLUE value IS 229 (89.84% from 255) = 66.96%

R = 29.24%
G = 3.8%
B = 66.96%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#640DE5 (or 0x640DE5) is known color: Electric Indigo. HEX triplet: 64, 0D and E5. RGB value is (100,13,229). Sum of RGB (Red+Green+Blue) = 100+13+229=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 229 (89.84% from 255 or 66.96% from 342); Max value from RGB is 229 - color contains mainly: blue. Hex color #640DE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DE5 is #9BF21A. Grayscale: #3E3E3E. Windows color (decimal): -10220059 or 15011172. OLE color: 15011172.

HSL color Cylindrical-coordinate representation of color #640DE5: hue angle of 264.17º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640DE5 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 13 229 -
CMYK 0.56 0.94 0 0.10
HSL 264.17º 0.89% 0.47% -
HSV(B) 264.17º 0.94% 0.9% -
XYZ 19.54 8.65 74.77 -
YUV 63.64 221.32 153.94 -
System Red Green Blue C M Y K H S L
Decimal 100 13 229 0.56 0.94 0 0.10 264.17 0.89 0.47
Hex 64 D E5 38 5E 0 A 108 59 2F
Octal 144 15 345 70 136 0 12 410 131 57
Binary 1100100 1101 11100101 111000 1011110 0 1010 100001000 1011001 101111

Color Harmonies of #640DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DE5

Black with #640DE5

Text Example


Text Example

White with #640DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,13,229); }

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

background-color css

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

 a { background-color: rgb(100,13,229); }

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

border-color css

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

 span { border-color: rgb(100,13,229); }

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