#640F79

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

Shades of Indigo #640F79

Tints of Indigo #640F79

Color information

#640F79 (or 0x640F79) is unknown color: approx Indigo. HEX triplet: 64, 0F and 79. RGB value is (100,15,121). Sum of RGB (Red+Green+Blue) = 100+15+121=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #640F79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F79 is #9BF086. Grayscale: #343434. Windows color (decimal): -10219655 or 7933796. OLE color: 7933796.

HSL color Cylindrical-coordinate representation of color #640F79: hue angle of 288.11º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640F79 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10015121-
CMYK0.170.8800.53
HSL288.11º77.94%26.67%-
HSV(B)288.11º87.6%47.45%-
XYZ8.884.4318.48-
YUV52.5166.66161.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 15 (6.25% from 255) = 6.36%
BLUE value IS 121 (47.66% from 255) = 51.27%
R=42.37%
G=6.36%
B=51.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100151210.170.8800.53288.1177.9426.67
Hex64F7911580351204e1b
Octal144171712113006544011633
Binary1100100111111110011000110110000110101100100000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640F79; }

 p { color: rgb(100,15,121); }

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

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

 a { background-color: rgb(100,15,121); }

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

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

 span { border-color: rgb(100,15,121); }

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