#640C80

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

Shades of Indigo #640C80

Tints of Indigo #640C80

Color information

#640C80 (or 0x640C80) is unknown color: approx Indigo. HEX triplet: 64, 0C and 80. RGB value is (100,12,128). Sum of RGB (Red+Green+Blue) = 100+12+128=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #640C80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640C80 is #9BF37F. Grayscale: #333333. Windows color (decimal): -10220416 or 8391780. OLE color: 8391780.

HSL color Cylindrical-coordinate representation of color #640C80: hue angle of 285.52º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640C80 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10012128-
CMYK0.220.9100.50
HSL285.52º82.86%27.45%-
HSV(B)285.52º90.62%50.2%-
XYZ9.284.5320.81-
YUV51.54171.15162.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.67%
GREEN value IS 12 (5.08% from 255) = 5%
BLUE value IS 128 (50.39% from 255) = 53.33%
R=41.67%
G=5%
B=53.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100121280.220.9100.50285.5282.8627.45
Hex64C80165B03211e531b
Octal144142002613306243612333
Binary11001001100100000001011010110110110010100011110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,12,128); }

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

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

 a { background-color: rgb(100,12,128); }

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

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

 span { border-color: rgb(100,12,128); }

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