#40396A

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

Shades of Minsk #40396A

Tints of Minsk #40396A

Color information

#40396A (or 0x40396A) is unknown color: approx Minsk. HEX triplet: 40, 39 and 6A. RGB value is (64,57,106). Sum of RGB (Red+Green+Blue) = 64+57+106=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #40396A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40396A is #BFC695. Grayscale: #404040. Windows color (decimal): -12568214 or 6961472. OLE color: 6961472.

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

Color convert

RGB6457106-
CMYK0.400.4600.58
HSL248.57º30.06%31.96%-
HSV(B)248.57º46.23%41.57%-
XYZ6.185.0614.29-
YUV64.68151.32127.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=28.19%
G=25.11%
B=46.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64571060.400.4600.58248.5730.0631.96
Hex40396A282E03Af91e20
Octal1007115250560723713640
Binary1000000111001110101010100010111001110101111100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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