#640782

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

Shades of Indigo #640782

Tints of Indigo #640782

Color information

#640782 (or 0x640782) is unknown color: approx Indigo. HEX triplet: 64, 07 and 82. RGB value is (100,7,130). Sum of RGB (Red+Green+Blue) = 100+7+130=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #640782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640782 is #9BF87D. Grayscale: #303030. Windows color (decimal): -10221694 or 8521572. OLE color: 8521572.

HSL color Cylindrical-coordinate representation of color #640782: hue angle of 285.37º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640782 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1007130-
CMYK0.230.9500.49
HSL285.37º89.78%26.86%-
HSV(B)285.37º94.62%50.98%-
XYZ9.364.4721.49-
YUV48.83173.81164.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=42.19%
G=2.95%
B=54.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10071300.230.9500.49285.3789.7826.86
Hex64782175F03111d5a1b
Octal14472022713706143513233
Binary1100100111100000101011110111110110001100011101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640782; }

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

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

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

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

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

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

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

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