Html Css Color HEX #640FE1 Electric Indigo

📋 copy color: '#640FE1'

red 100 ◦ green 15 ◦ blue 225

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

Shades of Electric Indigo #640FE1

Tints of Electric Indigo #640FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 66.18%

R = 29.41%
G = 4.41%
B = 66.18%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#640FE1 (or 0x640FE1) is known color: Electric Indigo. HEX triplet: 64, 0F and E1. RGB value is (100,15,225). Sum of RGB (Red+Green+Blue) = 100+15+225=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #640FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FE1 is #9BF01E. Grayscale: #3F3F3F. Windows color (decimal): -10219551 or 14749540. OLE color: 14749540.

HSL color Cylindrical-coordinate representation of color #640FE1: hue angle of 264.29º degrees, saturation: 0.88, 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 #640FE1 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 15 225 -
CMYK 0.56 0.93 0 0.12
HSL 264.29º 0.88% 0.47% -
HSV(B) 264.29º 0.93% 0.88% -
XYZ 19.02 8.49 71.87 -
YUV 64.36 218.66 153.42 -
System Red Green Blue C M Y K H S L
Decimal 100 15 225 0.56 0.93 0 0.12 264.29 0.88 0.47
Hex 64 F E1 38 5D 0 C 108 58 2F
Octal 144 17 341 70 135 0 14 410 130 57
Binary 1100100 1111 11100001 111000 1011101 0 1100 100001000 1011000 101111

Color Harmonies of #640FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FE1

Black with #640FE1

Text Example


Text Example

White with #640FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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