#403577

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

Shades of Minsk #403577

Tints of Minsk #403577

Color information

#403577 (or 0x403577) is unknown color: approx Minsk. HEX triplet: 40, 35 and 77. RGB value is (64,53,119). Sum of RGB (Red+Green+Blue) = 64+53+119=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #403577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403577 is #BFCA88. Grayscale: #3F3F3F. Windows color (decimal): -12569225 or 7812416. OLE color: 7812416.

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

Color convert

RGB6453119-
CMYK0.460.5500.53
HSL250º38.37%33.73%-
HSV(B)250º55.46%46.67%-
XYZ6.724.9718.06-
YUV63.81159.14128.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 119 (46.88% from 255) = 50.42%
R=27.12%
G=22.46%
B=50.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64531190.460.5500.5325038.3733.73
Hex4035772E37035fa2622
Octal1006516756670653724642
Binary10000001101011110111101110110111011010111111010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403577; }

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

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

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

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

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

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

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

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