Html Css Color HEX #640FFF Electric Indigo

📋 copy color: '#640FFF'

red 100 ◦ green 15 ◦ blue 255

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

Shades of Electric Indigo #640FFF

Tints of Electric Indigo #640FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.92%

R = 27.03%
G = 4.05%
B = 68.92%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#640FFF (or 0x640FFF) is known color: Electric Indigo. HEX triplet: 64, 0F and FF. RGB value is (100,15,255). Sum of RGB (Red+Green+Blue) = 100+15+255=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #640FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FFF is #9BF000. Grayscale: #424242. Windows color (decimal): -10219521 or 16715620. OLE color: 16715620.

HSL color Cylindrical-coordinate representation of color #640FFF: hue angle of 261.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640FFF is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 15 255 -
CMYK 0.61 0.94 0 0
HSL 261.25º 1% 0.53% -
HSV(B) 261.25º 0.94% 1% -
XYZ 23.48 10.27 95.35 -
YUV 67.78 233.66 150.99 -
System Red Green Blue C M Y K H S L
Decimal 100 15 255 0.61 0.94 0 0 261.25 1 0.53
Hex 64 F FF 3D 5E 0 0 105 64 35
Octal 144 17 377 75 136 0 0 405 144 65
Binary 1100100 1111 11111111 111101 1011110 0 0 100000101 1100100 110101

Color Harmonies of #640FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FFF

Black with #640FFF

Text Example


Text Example

White with #640FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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