#40326C

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

Shades of Minsk #40326C

Tints of Minsk #40326C

Color information

#40326C (or 0x40326C) is unknown color: approx Minsk. HEX triplet: 40, 32 and 6C. RGB value is (64,50,108). Sum of RGB (Red+Green+Blue) = 64+50+108=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #40326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40326C is #BFCD93. Grayscale: #3C3C3C. Windows color (decimal): -12570004 or 7090752. OLE color: 7090752.

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

Color convert

RGB6450108-
CMYK0.410.5400.58
HSL254.48º36.71%30.98%-
HSV(B)254.48º53.7%42.35%-
XYZ5.964.4514.73-
YUV60.8154.64130.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 108 (42.58% from 255) = 48.65%
R=28.83%
G=22.52%
B=48.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64501080.410.5400.58254.4836.7130.98
Hex40326C293603Afe251f
Octal1006215451660723764537
Binary1000000110010110110010100111011001110101111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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