#640E9B

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

Shades of Indigo #640E9B

Tints of Indigo #640E9B

Color information

#640E9B (or 0x640E9B) is unknown color: approx Indigo. HEX triplet: 64, 0E and 9B. RGB value is (100,14,155). Sum of RGB (Red+Green+Blue) = 100+14+155=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #640E9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640E9B is #9BF164. Grayscale: #373737. Windows color (decimal): -10219877 or 10161764. OLE color: 10161764.

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

Color convert

RGB10014155-
CMYK0.350.9100.39
HSL276.6º83.43%33.14%-
HSV(B)276.6º90.97%60.78%-
XYZ11.335.3931.45-
YUV55.79183.99159.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 14 (5.86% from 255) = 5.20%
BLUE value IS 155 (60.94% from 255) = 57.62%
R=37.17%
G=5.20%
B=57.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100141550.350.9100.39276.683.4333.14
Hex64E9B235B0271155321
Octal144162334313304742512341
Binary1100100111010011011100011101101101001111000101011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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