#640386

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

Shades of Indigo #640386

Tints of Indigo #640386

Color information

#640386 (or 0x640386) is unknown color: approx Indigo. HEX triplet: 64, 03 and 86. RGB value is (100,3,134). Sum of RGB (Red+Green+Blue) = 100+3+134=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #640386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640386 is #9BFC79. Grayscale: #2E2E2E. Windows color (decimal): -10222714 or 8782692. OLE color: 8782692.

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

Color convert

RGB1003134-
CMYK0.250.9800.47
HSL284.43º95.62%26.86%-
HSV(B)284.43º97.76%52.55%-
XYZ9.594.522.92-
YUV46.94177.14165.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 134 (52.73% from 255) = 56.54%
R=42.19%
G=1.27%
B=56.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10031340.250.9800.47284.4395.6226.86
Hex64386196202F11c601b
Octal14432063114205743414033
Binary110010011100001101100111000100101111100011100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640386; }

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

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

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

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

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

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

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

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