#640A9B

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

Shades of Indigo #640A9B

Tints of Indigo #640A9B

Color information

#640A9B (or 0x640A9B) is unknown color: approx Indigo. HEX triplet: 64, 0A and 9B. RGB value is (100,10,155). Sum of RGB (Red+Green+Blue) = 100+10+155=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #640A9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640A9B is #9BF564. Grayscale: #343434. Windows color (decimal): -10220901 or 10160740. OLE color: 10160740.

HSL color Cylindrical-coordinate representation of color #640A9B: hue angle of 277.24º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640A9B is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10010155-
CMYK0.350.9400.39
HSL277.24º87.88%32.35%-
HSV(B)277.24º93.55%60.78%-
XYZ11.285.2931.44-
YUV53.44185.32161.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=37.74%
G=3.77%
B=58.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100101550.350.9400.39277.2487.8832.35
Hex64A9B235E0271155820
Octal144122334313604742513040
Binary1100100101010011011100011101111001001111000101011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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