#640786

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

Shades of Indigo #640786

Tints of Indigo #640786

Color information

#640786 (or 0x640786) is unknown color: approx Indigo. HEX triplet: 64, 07 and 86. RGB value is (100,7,134). Sum of RGB (Red+Green+Blue) = 100+7+134=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #640786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640786 is #9BF879. Grayscale: #303030. Windows color (decimal): -10221690 or 8783716. OLE color: 8783716.

HSL color Cylindrical-coordinate representation of color #640786: hue angle of 283.94º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640786 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1007134-
CMYK0.250.9500.47
HSL283.94º90.07%27.65%-
HSV(B)283.94º94.78%52.55%-
XYZ9.634.5822.93-
YUV49.28175.81164.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 7 (3.12% from 255) = 2.90%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=41.49%
G=2.90%
B=55.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10071340.250.9500.47283.9490.0727.65
Hex64786195F02F11c5a1c
Octal14472063113705743413234
Binary1100100111100001101100110111110101111100011100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640786; }

 p { color: rgb(100,7,134); }

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

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

 a { background-color: rgb(100,7,134); }

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

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

 span { border-color: rgb(100,7,134); }

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