#640684

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

Shades of Indigo #640684

Tints of Indigo #640684

Color information

#640684 (or 0x640684) is unknown color: approx Indigo. HEX triplet: 64, 06 and 84. RGB value is (100,6,132). Sum of RGB (Red+Green+Blue) = 100+6+132=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #640684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640684 is #9BF97B. Grayscale: #303030. Windows color (decimal): -10221948 or 8652388. OLE color: 8652388.

HSL color Cylindrical-coordinate representation of color #640684: hue angle of 284.76º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640684 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1006132-
CMYK0.240.9500.48
HSL284.76º91.3%27.06%-
HSV(B)284.76º95.45%51.76%-
XYZ9.494.5122.2-
YUV48.47175.14164.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 6 (2.73% from 255) = 2.52%
BLUE value IS 132 (51.95% from 255) = 55.46%
R=42.02%
G=2.52%
B=55.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10061320.240.9500.48284.7691.327.06
Hex64684185F03011d5b1b
Octal14462043013706043513333
Binary1100100110100001001100010111110110000100011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640684; }

 p { color: rgb(100,6,132); }

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

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

 a { background-color: rgb(100,6,132); }

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

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

 span { border-color: rgb(100,6,132); }

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