#403069

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

Shades of Minsk #403069

Tints of Minsk #403069

Color information

#403069 (or 0x403069) is unknown color: approx Minsk. HEX triplet: 40, 30 and 69. RGB value is (64,48,105). Sum of RGB (Red+Green+Blue) = 64+48+105=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #403069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403069 is #BFCF96. Grayscale: #3B3B3B. Windows color (decimal): -12570519 or 6893632. OLE color: 6893632.

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

Color convert

RGB6448105-
CMYK0.390.5400.59
HSL256.84º37.25%30%-
HSV(B)256.84º54.29%41.18%-
XYZ5.724.2213.88-
YUV59.28153.8131.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=29.49%
G=22.12%
B=48.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64481050.390.5400.59256.8437.2530
Hex403069273603B101251e
Octal1006015147660734014536
Binary10000001100001101001100111110110011101110000000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403069; }

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

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

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

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

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

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

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

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