#40316D

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

Shades of Minsk #40316D

Tints of Minsk #40316D

Color information

#40316D (or 0x40316D) is unknown color: approx Minsk. HEX triplet: 40, 31 and 6D. RGB value is (64,49,109). Sum of RGB (Red+Green+Blue) = 64+49+109=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #40316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40316D is #BFCE92. Grayscale: #3C3C3C. Windows color (decimal): -12570259 or 7156032. OLE color: 7156032.

HSL color Cylindrical-coordinate representation of color #40316D: hue angle of 255º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40316D is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6449109-
CMYK0.410.5500.57
HSL255º37.97%30.98%-
HSV(B)255º55.05%42.75%-
XYZ5.974.3915-
YUV60.32155.47130.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=28.83%
G=22.07%
B=49.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64491090.410.5500.5725537.9730.98
Hex40316D2937039ff261f
Octal1006115551670713774637
Binary1000000110001110110110100111011101110011111111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40316D; }

 p { color: rgb(64,49,109); }

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

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

 a { background-color: rgb(64,49,109); }

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

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

 span { border-color: rgb(64,49,109); }

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