#640399

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

Shades of Indigo #640399

Tints of Indigo #640399

Color information

#640399 (or 0x640399) is unknown color: approx Indigo. HEX triplet: 64, 03 and 99. RGB value is (100,3,153). Sum of RGB (Red+Green+Blue) = 100+3+153=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #640399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640399 is #9BFC66. Grayscale: #303030. Windows color (decimal): -10222695 or 10027876. OLE color: 10027876.

HSL color Cylindrical-coordinate representation of color #640399: hue angle of 278.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640399 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1003153-
CMYK0.350.9800.4
HSL278.8º96.15%30.59%-
HSV(B)278.8º98.04%60%-
XYZ11.045.0730.53-
YUV49.1186.64164.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=39.06%
G=1.17%
B=59.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10031530.350.9800.4278.896.1530.59
Hex643992362028117601f
Octal14432314314205042714037
Binary1100100111001100110001111000100101000100010111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640399; }

 p { color: rgb(100,3,153); }

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

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

 a { background-color: rgb(100,3,153); }

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

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

 span { border-color: rgb(100,3,153); }

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