#640784

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

Shades of Indigo #640784

Tints of Indigo #640784

Color information

#640784 (or 0x640784) is unknown color: approx Indigo. HEX triplet: 64, 07 and 84. RGB value is (100,7,132). Sum of RGB (Red+Green+Blue) = 100+7+132=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #640784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640784 is #9BF87B. Grayscale: #303030. Windows color (decimal): -10221692 or 8652644. OLE color: 8652644.

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

Color convert

RGB1007132-
CMYK0.240.9500.48
HSL284.64º89.93%27.25%-
HSV(B)284.64º94.7%51.76%-
XYZ9.54.5322.2-
YUV49.06174.81164.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.84%
GREEN value IS 7 (3.12% from 255) = 2.93%
BLUE value IS 132 (51.95% from 255) = 55.23%
R=41.84%
G=2.93%
B=55.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10071320.240.9500.48284.6489.9327.25
Hex64784185F03011d5a1b
Octal14472043013706043513233
Binary1100100111100001001100010111110110000100011101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640784; }

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

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

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

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

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

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

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

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