#640689

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

Shades of Indigo #640689

Tints of Indigo #640689

Color information

#640689 (or 0x640689) is unknown color: approx Indigo. HEX triplet: 64, 06 and 89. RGB value is (100,6,137). Sum of RGB (Red+Green+Blue) = 100+6+137=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #640689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640689 is #9BF976. Grayscale: #303030. Windows color (decimal): -10221943 or 8980068. OLE color: 8980068.

HSL color Cylindrical-coordinate representation of color #640689: hue angle of 283.05º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640689 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1006137-
CMYK0.270.9600.46
HSL283.05º91.61%28.04%-
HSV(B)283.05º95.62%53.73%-
XYZ9.844.6524.05-
YUV49.04177.64164.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.15%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 137 (53.91% from 255) = 56.38%
R=41.15%
G=2.47%
B=56.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10061370.270.9600.46283.0591.6128.04
Hex646891B6002E11b5c1c
Octal14462113314005643313434
Binary1100100110100010011101111000000101110100011011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640689; }

 p { color: rgb(100,6,137); }

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

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

 a { background-color: rgb(100,6,137); }

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

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

 span { border-color: rgb(100,6,137); }

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