#640E87

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

Shades of Indigo #640E87

Tints of Indigo #640E87

Color information

#640E87 (or 0x640E87) is unknown color: approx Indigo. HEX triplet: 64, 0E and 87. RGB value is (100,14,135). Sum of RGB (Red+Green+Blue) = 100+14+135=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #640E87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640E87 is #9BF178. Grayscale: #353535. Windows color (decimal): -10219897 or 8851044. OLE color: 8851044.

HSL color Cylindrical-coordinate representation of color #640E87: hue angle of 282.64º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640E87 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10014135-
CMYK0.260.9000.47
HSL282.64º81.21%29.22%-
HSV(B)282.64º89.63%52.94%-
XYZ9.794.7723.33-
YUV53.51173.99161.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 135 (53.12% from 255) = 54.22%
R=40.16%
G=5.62%
B=54.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100141350.260.9000.47282.6481.2129.22
Hex64E871A5A02F11b511d
Octal144162073213205743312135
Binary11001001110100001111101010110100101111100011011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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