#403967

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

Shades of Minsk #403967

Tints of Minsk #403967

Color information

#403967 (or 0x403967) is unknown color: approx Minsk. HEX triplet: 40, 39 and 67. RGB value is (64,57,103). Sum of RGB (Red+Green+Blue) = 64+57+103=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #403967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403967 is #BFC698. Grayscale: #404040. Windows color (decimal): -12568217 or 6764864. OLE color: 6764864.

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

Color convert

RGB6457103-
CMYK0.380.4500.60
HSL249.13º28.75%31.37%-
HSV(B)249.13º44.66%40.39%-
XYZ6.03513.48-
YUV64.34149.82127.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 103 (40.62% from 255) = 45.98%
R=28.57%
G=25.45%
B=45.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64571030.380.4500.60249.1328.7531.37
Hex403967262D03Cf91d1f
Octal1007114746550743713537
Binary100000011100111001111001101011010111100111110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403967; }

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

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

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

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

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

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

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

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