#403775

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

Shades of Minsk #403775

Tints of Minsk #403775

Color information

#403775 (or 0x403775) is unknown color: approx Minsk. HEX triplet: 40, 37 and 75. RGB value is (64,55,117). Sum of RGB (Red+Green+Blue) = 64+55+117=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #403775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403775 is #BFC88A. Grayscale: #404040. Windows color (decimal): -12568715 or 7681856. OLE color: 7681856.

HSL color Cylindrical-coordinate representation of color #403775: hue angle of 248.71º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403775 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6455117-
CMYK0.450.5300.54
HSL248.71º36.05%33.73%-
HSV(B)248.71º52.99%45.88%-
XYZ6.695.1117.46-
YUV64.76157.48127.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 117 (46.09% from 255) = 49.58%
R=27.12%
G=23.31%
B=49.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64551170.450.5300.54248.7136.0533.73
Hex4037752D35036f92422
Octal1006716555650663714442
Binary10000001101111110101101101110101011011011111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403775; }

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

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

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

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

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

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

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

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