#640596

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

Shades of Indigo #640596

Tints of Indigo #640596

Color information

#640596 (or 0x640596) is unknown color: approx Indigo. HEX triplet: 64, 05 and 96. RGB value is (100,5,150). Sum of RGB (Red+Green+Blue) = 100+5+150=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #640596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640596 is #9BFA69. Grayscale: #313131. Windows color (decimal): -10222186 or 9831780. OLE color: 9831780.

HSL color Cylindrical-coordinate representation of color #640596: hue angle of 279.31º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640596 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1005150-
CMYK0.330.9700.41
HSL279.31º93.55%30.39%-
HSV(B)279.31º96.67%58.82%-
XYZ10.815.0229.25-
YUV49.94184.47163.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 5 (2.34% from 255) = 1.96%
BLUE value IS 150 (58.98% from 255) = 58.82%
R=39.22%
G=1.96%
B=58.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10051500.330.9700.41279.3193.5530.39
Hex6459621610291175e1e
Octal14452264114105142713636
Binary11001001011001011010000111000010101001100010111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640596; }

 p { color: rgb(100,5,150); }

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

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

 a { background-color: rgb(100,5,150); }

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

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

 span { border-color: rgb(100,5,150); }

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