#403969

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

Shades of Minsk #403969

Tints of Minsk #403969

Color information

#403969 (or 0x403969) is unknown color: approx Minsk. HEX triplet: 40, 39 and 69. RGB value is (64,57,105). Sum of RGB (Red+Green+Blue) = 64+57+105=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #403969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403969 is #BFC696. Grayscale: #404040. Windows color (decimal): -12568215 or 6895936. OLE color: 6895936.

HSL color Cylindrical-coordinate representation of color #403969: hue angle of 248.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403969 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6457105-
CMYK0.390.4600.59
HSL248.75º29.63%31.76%-
HSV(B)248.75º45.71%41.18%-
XYZ6.135.0414.01-
YUV64.56150.82127.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=28.32%
G=25.22%
B=46.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64571050.390.4600.59248.7529.6331.76
Hex403969272E03Bf91e20
Octal1007115147560733713640
Binary1000000111001110100110011110111001110111111100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403969; }

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

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

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

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

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

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

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

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