#403164

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

Shades of Minsk #403164

Tints of Minsk #403164

Color information

#403164 (or 0x403164) is unknown color: approx Minsk. HEX triplet: 40, 31 and 64. RGB value is (64,49,100). Sum of RGB (Red+Green+Blue) = 64+49+100=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #403164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403164 is #BFCE9B. Grayscale: #3B3B3B. Windows color (decimal): -12570268 or 6566208. OLE color: 6566208.

HSL color Cylindrical-coordinate representation of color #403164: hue angle of 257.65º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #403164 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6449100-
CMYK0.360.5100.61
HSL257.65º34.23%29.22%-
HSV(B)257.65º51%39.22%-
XYZ5.514.2112.58-
YUV59.3150.97131.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 100 (39.45% from 255) = 46.95%
R=30.05%
G=23.00%
B=46.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal64491000.360.5100.61257.6534.2329.22
Hex403164243303D102221d
Octal1006114444630754024235
Binary10000001100011100100100100110011011110110000001010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403164; }

 p { color: rgb(64,49,100); }

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

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

 a { background-color: rgb(64,49,100); }

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

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

 span { border-color: rgb(64,49,100); }

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