#403576

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

Shades of Minsk #403576

Tints of Minsk #403576

Color information

#403576 (or 0x403576) is unknown color: approx Minsk. HEX triplet: 40, 35 and 76. RGB value is (64,53,118). Sum of RGB (Red+Green+Blue) = 64+53+118=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #403576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403576 is #BFCA89. Grayscale: #3F3F3F. Windows color (decimal): -12569226 or 7746880. OLE color: 7746880.

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

Color convert

RGB6453118-
CMYK0.460.5500.54
HSL250.15º38.01%33.53%-
HSV(B)250.15º55.08%46.27%-
XYZ6.664.9417.74-
YUV63.7158.64128.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=27.23%
G=22.55%
B=50.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64531180.460.5500.54250.1538.0133.53
Hex4035762E37036fa2622
Octal1006516656670663724642
Binary10000001101011110110101110110111011011011111010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403576; }

 p { color: rgb(64,53,118); }

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

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

 a { background-color: rgb(64,53,118); }

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

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

 span { border-color: rgb(64,53,118); }

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