#640EA2

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

Shades of Indigo #640EA2

Tints of Indigo #640EA2

Color information

#640EA2 (or 0x640EA2) is unknown color: approx Indigo. HEX triplet: 64, 0E and A2. RGB value is (100,14,162). Sum of RGB (Red+Green+Blue) = 100+14+162=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 162 (63.67% from 255 or 58.70% from 276); Max value from RGB is 162 - color contains mainly: blue. Hex color #640EA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640EA2 is #9BF15D. Grayscale: #383838. Windows color (decimal): -10219870 or 10620516. OLE color: 10620516.

HSL color Cylindrical-coordinate representation of color #640EA2: hue angle of 274.86º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640EA2 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10014162-
CMYK0.380.9100.36
HSL274.86º84.09%34.51%-
HSV(B)274.86º91.36%63.53%-
XYZ11.935.6334.64-
YUV56.59187.49158.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 14 (5.86% from 255) = 5.07%
BLUE value IS 162 (63.67% from 255) = 58.70%
R=36.23%
G=5.07%
B=58.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100141620.380.9100.36274.8684.0934.51
Hex64EA2265B0241135423
Octal144162424613304442312443
Binary1100100111010100010100110101101101001001000100111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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