Html Css Color HEX #640FE0 Electric Indigo

📋 copy color: '#640FE0'

red 100 ◦ green 15 ◦ blue 224

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

Shades of Electric Indigo #640FE0

Tints of Electric Indigo #640FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.08%

R = 29.5%
G = 4.42%
B = 66.08%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#640FE0 (or 0x640FE0) is known color: Electric Indigo. HEX triplet: 64, 0F and E0. RGB value is (100,15,224). Sum of RGB (Red+Green+Blue) = 100+15+224=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 224 (87.89% from 255 or 66.08% from 339); Max value from RGB is 224 - color contains mainly: blue. Hex color #640FE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FE0 is #9BF01F. Grayscale: #3F3F3F. Windows color (decimal): -10219552 or 14684004. OLE color: 14684004.

HSL color Cylindrical-coordinate representation of color #640FE0: hue angle of 264.4º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640FE0 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 15 224 -
CMYK 0.55 0.93 0 0.12
HSL 264.4º 0.87% 0.47% -
HSV(B) 264.4º 0.93% 0.88% -
XYZ 18.88 8.43 71.15 -
YUV 64.24 218.16 153.51 -
System Red Green Blue C M Y K H S L
Decimal 100 15 224 0.55 0.93 0 0.12 264.4 0.87 0.47
Hex 64 F E0 37 5D 0 C 108 57 2F
Octal 144 17 340 67 135 0 14 410 127 57
Binary 1100100 1111 11100000 110111 1011101 0 1100 100001000 1010111 101111

Color Harmonies of #640FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FE0

Black with #640FE0

Text Example


Text Example

White with #640FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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