#640081

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

Shades of Indigo #640081

Tints of Indigo #640081

Color information

#640081 (or 0x640081) is unknown color: approx Indigo. HEX triplet: 64, 00 and 81. RGB value is (100,0,129). Sum of RGB (Red+Green+Blue) = 100+0+129=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #640081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640081 is #9BFF7E. Grayscale: #2C2C2C. Windows color (decimal): -10223487 or 8454244. OLE color: 8454244.

HSL color Cylindrical-coordinate representation of color #640081: hue angle of 286.51º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #640081 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1000129-
CMYK0.22100.49
HSL286.51º100%25.29%-
HSV(B)286.51º100%50.59%-
XYZ9.224.2921.11-
YUV44.61175.63167.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 56.33%
R=43.67%
G=0%
B=56.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10001290.22100.49286.5110025.29
Hex64081166403111f6419
Octal14402012614406143714431
Binary11001000100000011011011001000110001100011111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640081; }

 p { color: rgb(100,0,129); }

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

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

 a { background-color: rgb(100,0,129); }

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

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

 span { border-color: rgb(100,0,129); }

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