#403163

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

Shades of Minsk #403163

Tints of Minsk #403163

Color information

#403163 (or 0x403163) is unknown color: approx Minsk. HEX triplet: 40, 31 and 63. RGB value is (64,49,99). Sum of RGB (Red+Green+Blue) = 64+49+99=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #403163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403163 is #BFCE9C. Grayscale: #3B3B3B. Windows color (decimal): -12570269 or 6500672. OLE color: 6500672.

HSL color Cylindrical-coordinate representation of color #403163: hue angle of 258º 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 #403163 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB644999-
CMYK0.350.5100.61
HSL258º33.78%29.02%-
HSV(B)258º50.51%38.82%-
XYZ5.464.1912.32-
YUV59.18150.47131.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=30.19%
G=23.11%
B=46.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6449990.350.5100.6125833.7829.02
Hex403163233303D102221d
Octal1006114343630754024235
Binary10000001100011100011100011110011011110110000001010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403163; }

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

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

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

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

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

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

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

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