#640EA1

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

Shades of Indigo #640EA1

Tints of Indigo #640EA1

Color information

#640EA1 (or 0x640EA1) is unknown color: approx Indigo. HEX triplet: 64, 0E and A1. RGB value is (100,14,161). Sum of RGB (Red+Green+Blue) = 100+14+161=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #640EA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640EA1 is #9BF15E. Grayscale: #373737. Windows color (decimal): -10219871 or 10554980. OLE color: 10554980.

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

Color convert

RGB10014161-
CMYK0.380.9100.37
HSL275.1º84%34.31%-
HSV(B)275.1º91.3%63.14%-
XYZ11.855.634.17-
YUV56.47186.99159.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.36%
GREEN value IS 14 (5.86% from 255) = 5.09%
BLUE value IS 161 (63.28% from 255) = 58.55%
R=36.36%
G=5.09%
B=58.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal100141610.380.9100.37275.18434.31
Hex64EA1265B0251135422
Octal144162414613304542312442
Binary1100100111010100001100110101101101001011000100111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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