#640F9E

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

Shades of Indigo #640F9E

Tints of Indigo #640F9E

Color information

#640F9E (or 0x640F9E) is unknown color: approx Indigo. HEX triplet: 64, 0F and 9E. RGB value is (100,15,158). Sum of RGB (Red+Green+Blue) = 100+15+158=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #640F9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F9E is #9BF061. Grayscale: #383838. Windows color (decimal): -10219618 or 10358628. OLE color: 10358628.

HSL color Cylindrical-coordinate representation of color #640F9E: hue angle of 275.66º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640F9E is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10015158-
CMYK0.370.9100.38
HSL275.66º82.66%33.92%-
HSV(B)275.66º90.51%61.96%-
XYZ11.65.5232.8-
YUV56.72185.16158.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 15 (6.25% from 255) = 5.49%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=36.63%
G=5.49%
B=57.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100151580.370.9100.38275.6682.6633.92
Hex64F9E255B0261145322
Octal144172364513304642412342
Binary1100100111110011110100101101101101001101000101001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640F9E; }

 p { color: rgb(100,15,158); }

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

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

 a { background-color: rgb(100,15,158); }

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

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

 span { border-color: rgb(100,15,158); }

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