#640994

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

Shades of Indigo #640994

Tints of Indigo #640994

Color information

#640994 (or 0x640994) is unknown color: approx Indigo. HEX triplet: 64, 09 and 94. RGB value is (100,9,148). Sum of RGB (Red+Green+Blue) = 100+9+148=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #640994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640994 is #9BF66B. Grayscale: #333333. Windows color (decimal): -10221164 or 9701732. OLE color: 9701732.

HSL color Cylindrical-coordinate representation of color #640994: hue angle of 279.28º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640994 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1009148-
CMYK0.320.9400.42
HSL279.28º88.54%30.78%-
HSV(B)279.28º93.92%58.04%-
XYZ10.75.0428.43-
YUV52.06182.15162.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 148 (58.20% from 255) = 57.59%
R=38.91%
G=3.50%
B=57.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10091480.320.9400.42279.2888.5430.78
Hex64994205E02A117591f
Octal144112244013605242713137
Binary110010010011001010010000010111100101010100010111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640994; }

 p { color: rgb(100,9,148); }

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

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

 a { background-color: rgb(100,9,148); }

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

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

 span { border-color: rgb(100,9,148); }

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