#640D93

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

Shades of Indigo #640D93

Tints of Indigo #640D93

Color information

#640D93 (or 0x640D93) is unknown color: approx Indigo. HEX triplet: 64, 0D and 93. RGB value is (100,13,147). Sum of RGB (Red+Green+Blue) = 100+13+147=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #640D93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640D93 is #9BF26C. Grayscale: #353535. Windows color (decimal): -10220141 or 9637220. OLE color: 9637220.

HSL color Cylindrical-coordinate representation of color #640D93: hue angle of 278.96º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640D93 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10013147-
CMYK0.320.9100.42
HSL278.96º83.75%31.37%-
HSV(B)278.96º91.16%57.65%-
XYZ10.675.128.03-
YUV54.29180.32160.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 13 (5.47% from 255) = 5%
BLUE value IS 147 (57.81% from 255) = 56.54%
R=38.46%
G=5%
B=56.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100131470.320.9100.42278.9683.7531.37
Hex64D93205B02A117541f
Octal144152234013305242712437
Binary110010011011001001110000010110110101010100010111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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