#402F69

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

Shades of Minsk #402F69

Tints of Minsk #402F69

Color information

#402F69 (or 0x402F69) is unknown color: approx Minsk. HEX triplet: 40, 2F and 69. RGB value is (64,47,105). Sum of RGB (Red+Green+Blue) = 64+47+105=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #402F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F69 is #BFD096. Grayscale: #3A3A3A. Windows color (decimal): -12570775 or 6893376. OLE color: 6893376.

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

Color convert

RGB6447105-
CMYK0.390.5500.59
HSL257.59º38.16%29.8%-
HSV(B)257.59º55.24%41.18%-
XYZ5.684.1413.86-
YUV58.69154.13131.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 47 (18.75% from 255) = 21.76%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=29.63%
G=21.76%
B=48.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64471050.390.5500.59257.5938.1629.8
Hex402F69273703B102261e
Octal1005715147670734024636
Binary10000001011111101001100111110111011101110000001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402F69; }

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

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

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

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

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

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

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

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