#640681

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

Shades of Indigo #640681

Tints of Indigo #640681

Color information

#640681 (or 0x640681) is unknown color: approx Indigo. HEX triplet: 64, 06 and 81. RGB value is (100,6,129). Sum of RGB (Red+Green+Blue) = 100+6+129=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #640681 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640681 is #9BF97E. Grayscale: #2F2F2F. Windows color (decimal): -10221951 or 8455780. OLE color: 8455780.

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

Color convert

RGB1006129-
CMYK0.220.9500.49
HSL285.85º91.11%26.47%-
HSV(B)285.85º95.35%50.59%-
XYZ9.284.4221.13-
YUV48.13173.64165-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 129 (50.78% from 255) = 54.89%
R=42.55%
G=2.55%
B=54.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10061290.220.9500.49285.8591.1126.47
Hex64681165F03111e5b1a
Octal14462012613706143613332
Binary1100100110100000011011010111110110001100011110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640681; }

 p { color: rgb(100,6,129); }

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

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

 a { background-color: rgb(100,6,129); }

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

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

 span { border-color: rgb(100,6,129); }

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