#640993

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

Shades of Indigo #640993

Tints of Indigo #640993

Color information

#640993 (or 0x640993) is unknown color: approx Indigo. HEX triplet: 64, 09 and 93. RGB value is (100,9,147). Sum of RGB (Red+Green+Blue) = 100+9+147=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #640993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640993 is #9BF66C. Grayscale: #333333. Windows color (decimal): -10221165 or 9636196. OLE color: 9636196.

HSL color Cylindrical-coordinate representation of color #640993: hue angle of 279.57º degrees, saturation: 0.88, 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 #640993 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1009147-
CMYK0.320.9400.42
HSL279.57º88.46%30.59%-
HSV(B)279.57º93.88%57.65%-
XYZ10.625.0128.01-
YUV51.94181.65162.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 9 (3.91% from 255) = 3.52%
BLUE value IS 147 (57.81% from 255) = 57.42%
R=39.06%
G=3.52%
B=57.42%

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
Decimal10091470.320.9400.42279.5788.4630.59
Hex64993205E02A118581f
Octal144112234013605243013037
Binary110010010011001001110000010111100101010100011000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640993; }

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

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

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

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

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

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

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

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