#403167

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

Shades of Minsk #403167

Tints of Minsk #403167

Color information

#403167 (or 0x403167) is unknown color: approx Minsk. HEX triplet: 40, 31 and 67. RGB value is (64,49,103). Sum of RGB (Red+Green+Blue) = 64+49+103=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #403167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403167 is #BFCE98. Grayscale: #3B3B3B. Windows color (decimal): -12570265 or 6762816. OLE color: 6762816.

HSL color Cylindrical-coordinate representation of color #403167: hue angle of 256.67º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #403167 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6449103-
CMYK0.380.5200.60
HSL256.67º35.53%29.8%-
HSV(B)256.67º52.43%40.39%-
XYZ5.664.2713.36-
YUV59.64152.47131.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 103 (40.62% from 255) = 47.69%
R=29.63%
G=22.69%
B=47.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64491030.380.5200.60256.6735.5329.8
Hex403167263403C101241e
Octal1006114746640744014436
Binary10000001100011100111100110110100011110010000000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403167; }

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

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

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

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

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

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

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

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