#40326A

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

Shades of Minsk #40326A

Tints of Minsk #40326A

Color information

#40326A (or 0x40326A) is unknown color: approx Minsk. HEX triplet: 40, 32 and 6A. RGB value is (64,50,106). Sum of RGB (Red+Green+Blue) = 64+50+106=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #40326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40326A is #BFCD95. Grayscale: #3C3C3C. Windows color (decimal): -12570006 or 6959680. OLE color: 6959680.

HSL color Cylindrical-coordinate representation of color #40326A: hue angle of 255º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40326A is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6450106-
CMYK0.400.5300.58
HSL255º35.9%30.59%-
HSV(B)255º52.83%41.57%-
XYZ5.864.4114.18-
YUV60.57153.64130.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.09%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=29.09%
G=22.73%
B=48.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64501060.400.5300.5825535.930.59
Hex40326A283503Aff241f
Octal1006215250650723774437
Binary1000000110010110101010100011010101110101111111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40326A; }

 p { color: rgb(64,50,106); }

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

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

 a { background-color: rgb(64,50,106); }

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

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

 span { border-color: rgb(64,50,106); }

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