#403578

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

Shades of Minsk #403578

Tints of Minsk #403578

Color information

#403578 (or 0x403578) is unknown color: approx Minsk. HEX triplet: 40, 35 and 78. RGB value is (64,53,120). Sum of RGB (Red+Green+Blue) = 64+53+120=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #403578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403578 is #BFCA87. Grayscale: #3F3F3F. Windows color (decimal): -12569224 or 7877952. OLE color: 7877952.

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

Color convert

RGB6453120-
CMYK0.470.5600.53
HSL249.85º38.73%33.92%-
HSV(B)249.85º55.83%47.06%-
XYZ6.784.9918.38-
YUV63.93159.64128.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=27.00%
G=22.36%
B=50.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64531200.470.5600.53249.8538.7333.92
Hex4035782F38035fa2722
Octal1006517057700653724742
Binary10000001101011111000101111111000011010111111010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403578; }

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

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

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

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

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

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

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

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