#403569

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

Shades of Minsk #403569

Tints of Minsk #403569

Color information

#403569 (or 0x403569) is unknown color: approx Minsk. HEX triplet: 40, 35 and 69. RGB value is (64,53,105). Sum of RGB (Red+Green+Blue) = 64+53+105=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #403569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403569 is #BFCA96. Grayscale: #3E3E3E. Windows color (decimal): -12569239 or 6894912. OLE color: 6894912.

HSL color Cylindrical-coordinate representation of color #403569: hue angle of 252.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #403569 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6453105-
CMYK0.390.5000.59
HSL252.69º32.91%30.98%-
HSV(B)252.69º49.52%41.18%-
XYZ5.944.6613.95-
YUV62.22152.14129.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=28.83%
G=23.87%
B=47.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64531050.390.5000.59252.6932.9130.98
Hex403569273203Bfd211f
Octal1006515147620733754137
Binary1000000110101110100110011111001001110111111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403569; }

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

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

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

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

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

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

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

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