#640CA6

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

Shades of Indigo #640CA6

Tints of Indigo #640CA6

Color information

#640CA6 (or 0x640CA6) is unknown color: approx Indigo. HEX triplet: 64, 0C and A6. RGB value is (100,12,166). Sum of RGB (Red+Green+Blue) = 100+12+166=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #640CA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640CA6 is #9BF359. Grayscale: #373737. Windows color (decimal): -10220378 or 10882148. OLE color: 10882148.

HSL color Cylindrical-coordinate representation of color #640CA6: hue angle of 274.29º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640CA6 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10012166-
CMYK0.400.9300.35
HSL274.29º86.52%34.9%-
HSV(B)274.29º92.77%65.1%-
XYZ12.275.7336.53-
YUV55.87190.15159.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 12 (5.08% from 255) = 4.32%
BLUE value IS 166 (65.23% from 255) = 59.71%
R=35.97%
G=4.32%
B=59.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100121660.400.9300.35274.2986.5234.9
Hex64CA6285D0231125723
Octal144142465013504342212743
Binary1100100110010100110101000101110101000111000100101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,12,166); }

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

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

 a { background-color: rgb(100,12,166); }

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

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

 span { border-color: rgb(100,12,166); }

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