#640392

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

Shades of Indigo #640392

Tints of Indigo #640392

Color information

#640392 (or 0x640392) is unknown color: approx Indigo. HEX triplet: 64, 03 and 92. RGB value is (100,3,146). Sum of RGB (Red+Green+Blue) = 100+3+146=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #640392 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640392 is #9BFC6D. Grayscale: #2F2F2F. Windows color (decimal): -10222702 or 9569124. OLE color: 9569124.

HSL color Cylindrical-coordinate representation of color #640392: hue angle of 280.7º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640392 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1003146-
CMYK0.320.9800.43
HSL280.7º95.97%29.22%-
HSV(B)280.7º97.95%57.25%-
XYZ10.484.8527.58-
YUV48.3183.14164.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 146 (57.42% from 255) = 58.63%
R=40.16%
G=1.20%
B=58.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10031460.320.9800.43280.795.9729.22
Hex64392206202B119601d
Octal14432224014205343114035
Binary1100100111001001010000011000100101011100011001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640392; }

 p { color: rgb(100,3,146); }

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

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

 a { background-color: rgb(100,3,146); }

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

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

 span { border-color: rgb(100,3,146); }

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