#640980

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

Shades of Indigo #640980

Tints of Indigo #640980

Color information

#640980 (or 0x640980) is unknown color: approx Indigo. HEX triplet: 64, 09 and 80. RGB value is (100,9,128). Sum of RGB (Red+Green+Blue) = 100+9+128=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 128 (50.39% from 255 or 54.01% from 237); Max value from RGB is 128 - color contains mainly: blue. Hex color #640980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640980 is #9BF67F. Grayscale: #313131. Windows color (decimal): -10221184 or 8391012. OLE color: 8391012.

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

Color convert

RGB1009128-
CMYK0.220.9300.50
HSL285.88º86.86%26.86%-
HSV(B)285.88º92.97%50.2%-
XYZ9.254.4620.8-
YUV49.78172.15163.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 128 (50.39% from 255) = 54.01%
R=42.19%
G=3.80%
B=54.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10091280.220.9300.50285.8886.8626.86
Hex64980165D03211e571b
Octal144112002613506243612733
Binary11001001001100000001011010111010110010100011110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640980; }

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

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

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

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

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

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

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

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