Html Css Color HEX #640FED Electric Indigo

📋 copy color: '#640FED'

red 100 ◦ green 15 ◦ blue 237

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

Shades of Electric Indigo #640FED

Tints of Electric Indigo #640FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.33%

R = 28.41%
G = 4.26%
B = 67.33%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#640FED (or 0x640FED) is known color: Electric Indigo. HEX triplet: 64, 0F and ED. RGB value is (100,15,237). Sum of RGB (Red+Green+Blue) = 100+15+237=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #640FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FED is #9BF012. Grayscale: #404040. Windows color (decimal): -10219539 or 15535972. OLE color: 15535972.

HSL color Cylindrical-coordinate representation of color #640FED: hue angle of 262.97º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640FED is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 15 237 -
CMYK 0.58 0.94 0 0.07
HSL 262.97º 0.88% 0.49% -
HSV(B) 262.97º 0.94% 0.93% -
XYZ 20.71 9.17 80.8 -
YUV 65.72 224.66 152.45 -
System Red Green Blue C M Y K H S L
Decimal 100 15 237 0.58 0.94 0 0.07 262.97 0.88 0.49
Hex 64 F ED 3A 5E 0 7 107 58 31
Octal 144 17 355 72 136 0 7 407 130 61
Binary 1100100 1111 11101101 111010 1011110 0 111 100000111 1011000 110001

Color Harmonies of #640FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FED

Black with #640FED

Text Example


Text Example

White with #640FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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