#640A8A

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

Shades of Indigo #640A8A

Tints of Indigo #640A8A

Color information

#640A8A (or 0x640A8A) is unknown color: approx Indigo. HEX triplet: 64, 0A and 8A. RGB value is (100,10,138). Sum of RGB (Red+Green+Blue) = 100+10+138=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #640A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640A8A is #9BF575. Grayscale: #333333. Windows color (decimal): -10220918 or 9046628. OLE color: 9046628.

HSL color Cylindrical-coordinate representation of color #640A8A: hue angle of 282.19º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640A8A is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10010138-
CMYK0.280.9300.46
HSL282.19º86.49%29.02%-
HSV(B)282.19º92.75%54.12%-
XYZ9.954.7624.44-
YUV51.5176.82162.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 138 (54.30% from 255) = 55.65%
R=40.32%
G=4.03%
B=55.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100101380.280.9300.46282.1986.4929.02
Hex64A8A1C5D02E11a561d
Octal144122123413505643212635
Binary11001001010100010101110010111010101110100011010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,10,138); }

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

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

 a { background-color: rgb(100,10,138); }

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

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

 span { border-color: rgb(100,10,138); }

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