Html Css Color HEX #640DFF Electric Indigo

📋 copy color: '#640DFF'

red 100 ◦ green 13 ◦ blue 255

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

Shades of Electric Indigo #640DFF

Tints of Electric Indigo #640DFF

RGB

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

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

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

R = 27.17%
G = 3.53%
B = 69.29%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#640DFF (or 0x640DFF) is known color: Electric Indigo. HEX triplet: 64, 0D and FF. RGB value is (100,13,255). Sum of RGB (Red+Green+Blue) = 100+13+255=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #640DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640DFF is #9BF200. Grayscale: #414141. Windows color (decimal): -10220033 or 16715108. OLE color: 16715108.

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

Color convert

RGB 100 13 255 -
CMYK 0.61 0.95 0 0
HSL 261.57º 1% 0.53% -
HSV(B) 261.57º 0.95% 1% -
XYZ 23.45 10.22 95.34 -
YUV 66.6 234.32 151.82 -
System Red Green Blue C M Y K H S L
Decimal 100 13 255 0.61 0.95 0 0 261.57 1 0.53
Hex 64 D FF 3D 5F 0 0 106 64 35
Octal 144 15 377 75 137 0 0 406 144 65
Binary 1100100 1101 11111111 111101 1011111 0 0 100000110 1100100 110101

Color Harmonies of #640DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DFF

Black with #640DFF

Text Example


Text Example

White with #640DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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