#640E7F

Color #640E7F Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #640E7F

Tints of Indigo #640E7F

Color information

#640E7F (or 0x640E7F) is unknown color: approx Indigo. HEX triplet: 64, 0E and 7F. RGB value is (100,14,127). Sum of RGB (Red+Green+Blue) = 100+14+127=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #640E7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640E7F is #9BF180. Grayscale: #343434. Windows color (decimal): -10219905 or 8326756. OLE color: 8326756.

HSL color Cylindrical-coordinate representation of color #640E7F: hue angle of 285.66º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640E7F is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10014127-
CMYK0.210.8900.50
HSL285.66º80.14%27.65%-
HSV(B)285.66º88.98%49.8%-
XYZ9.244.5620.47-
YUV52.6169.99161.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 14 (5.86% from 255) = 5.81%
BLUE value IS 127 (50% from 255) = 52.70%
R=41.49%
G=5.81%
B=52.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100141270.210.8900.50285.6680.1427.65
Hex64E7F155903211e501c
Octal144161772513106243612034
Binary1100100111011111111010110110010110010100011110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,14,127); }

 H1.HeaderClassName
 {
   color: #640E7F;
 }
 .AnyTagClassName
 {
   color: #640E7F;
 }
</style>
background-color css

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

 a { background-color: rgb(100,14,127); }

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

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

 span { border-color: rgb(100,14,127); }

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