#640F9A

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

Shades of Indigo #640F9A

Tints of Indigo #640F9A

Color information

#640F9A (or 0x640F9A) is unknown color: approx Indigo. HEX triplet: 64, 0F and 9A. RGB value is (100,15,154). Sum of RGB (Red+Green+Blue) = 100+15+154=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #640F9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F9A is #9BF065. Grayscale: #373737. Windows color (decimal): -10219622 or 10096484. OLE color: 10096484.

HSL color Cylindrical-coordinate representation of color #640F9A: hue angle of 276.69º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640F9A is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10015154-
CMYK0.350.9000.40
HSL276.69º82.25%33.14%-
HSV(B)276.69º90.26%60.39%-
XYZ11.265.3831.02-
YUV56.26183.16159.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 154 (60.55% from 255) = 57.25%
R=37.17%
G=5.58%
B=57.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100151540.350.9000.40276.6982.2533.14
Hex64F9A235A0281155221
Octal144172324313205042512241
Binary1100100111110011010100011101101001010001000101011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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