Html Css Color HEX #640AFF Electric Indigo

📋 copy color: '#640AFF'

red 100 ◦ green 10 ◦ blue 255

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

Shades of Electric Indigo #640AFF

Tints of Electric Indigo #640AFF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.74%

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

R = 27.4%
G = 2.74%
B = 69.86%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#640AFF (or 0x640AFF) is known color: Electric Indigo. HEX triplet: 64, 0A and FF. RGB value is (100,10,255). Sum of RGB (Red+Green+Blue) = 100+10+255=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #640AFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640AFF is #9BF500. Grayscale: #3F3F3F. Windows color (decimal): -10220801 or 16714340. OLE color: 16714340.

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

Color convert

RGB 100 10 255 -
CMYK 0.61 0.96 0 0
HSL 262.04º 1% 0.52% -
HSV(B) 262.04º 0.96% 1% -
XYZ 23.41 10.15 95.33 -
YUV 64.84 235.32 153.08 -
System Red Green Blue C M Y K H S L
Decimal 100 10 255 0.61 0.96 0 0 262.04 1 0.52
Hex 64 A FF 3D 60 0 0 106 64 34
Octal 144 12 377 75 140 0 0 406 144 64
Binary 1100100 1010 11111111 111101 1100000 0 0 100000110 1100100 110100

Color Harmonies of #640AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640AFF

Black with #640AFF

Text Example


Text Example

White with #640AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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