#403771

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

Shades of Minsk #403771

Tints of Minsk #403771

Color information

#403771 (or 0x403771) is unknown color: approx Minsk. HEX triplet: 40, 37 and 71. RGB value is (64,55,113). Sum of RGB (Red+Green+Blue) = 64+55+113=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #403771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403771 is #BFC88E. Grayscale: #404040. Windows color (decimal): -12568719 or 7419712. OLE color: 7419712.

HSL color Cylindrical-coordinate representation of color #403771: hue angle of 249.31º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #403771 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6455113-
CMYK0.430.5100.56
HSL249.31º34.52%32.94%-
HSV(B)249.31º51.33%44.31%-
XYZ6.465.0116.25-
YUV64.3155.48127.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=27.59%
G=23.71%
B=48.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64551130.430.5100.56249.3134.5232.94
Hex4037712B33038f92321
Octal1006716153630703714341
Binary10000001101111110001101011110011011100011111001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403771; }

 p { color: rgb(64,55,113); }

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

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

 a { background-color: rgb(64,55,113); }

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

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

 span { border-color: rgb(64,55,113); }

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