#403572

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

Shades of Minsk #403572

Tints of Minsk #403572

Color information

#403572 (or 0x403572) is unknown color: approx Minsk. HEX triplet: 40, 35 and 72. RGB value is (64,53,114). Sum of RGB (Red+Green+Blue) = 64+53+114=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #403572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403572 is #BFCA8D. Grayscale: #3F3F3F. Windows color (decimal): -12569230 or 7484736. OLE color: 7484736.

HSL color Cylindrical-coordinate representation of color #403572: hue angle of 250.82º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #403572 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6453114-
CMYK0.440.5400.55
HSL250.82º36.53%32.75%-
HSV(B)250.82º53.51%44.71%-
XYZ6.424.8516.52-
YUV63.24156.64128.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=27.71%
G=22.94%
B=49.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64531140.440.5400.55250.8236.5332.75
Hex4035722C36037fb2521
Octal1006516254660673734541
Binary10000001101011110010101100110110011011111111011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403572; }

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

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

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

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

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

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

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

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