#640D7D

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

Shades of Indigo #640D7D

Tints of Indigo #640D7D

Color information

#640D7D (or 0x640D7D) is unknown color: approx Indigo. HEX triplet: 64, 0D and 7D. RGB value is (100,13,125). Sum of RGB (Red+Green+Blue) = 100+13+125=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #640D7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640D7D is #9BF282. Grayscale: #333333. Windows color (decimal): -10220163 or 8195428. OLE color: 8195428.

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

Color convert

RGB10013125-
CMYK0.20.9000.51
HSL286.61º81.16%27.06%-
HSV(B)286.61º89.6%49.02%-
XYZ9.14.4819.79-
YUV51.78169.32162.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 13 (5.47% from 255) = 5.46%
BLUE value IS 125 (49.22% from 255) = 52.52%
R=42.02%
G=5.46%
B=52.52%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100131250.20.9000.51286.6181.1627.06
Hex64D7D145A03311f511b
Octal144151752413206343712133
Binary1100100110111111011010010110100110011100011111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,13,125); }

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

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

 a { background-color: rgb(100,13,125); }

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

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

 span { border-color: rgb(100,13,125); }

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