#640780

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

Shades of Indigo #640780

Tints of Indigo #640780

Color information

#640780 (or 0x640780) is unknown color: approx Indigo. HEX triplet: 64, 07 and 80. RGB value is (100,7,128). Sum of RGB (Red+Green+Blue) = 100+7+128=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #640780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640780 is #9BF87F. Grayscale: #303030. Windows color (decimal): -10221696 or 8390500. OLE color: 8390500.

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

Color convert

RGB1007128-
CMYK0.220.9500.50
HSL286.12º89.63%26.47%-
HSV(B)286.12º94.53%50.2%-
XYZ9.234.4220.79-
YUV48.6172.81164.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 128 (50.39% from 255) = 54.47%
R=42.55%
G=2.98%
B=54.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10071280.220.9500.50286.1289.6326.47
Hex64780165F03211e5a1a
Octal14472002613706243613232
Binary1100100111100000001011010111110110010100011110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640780; }

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

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

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

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

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

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

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

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