#402D6D

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

Shades of Minsk #402D6D

Tints of Minsk #402D6D

Color information

#402D6D (or 0x402D6D) is unknown color: approx Minsk. HEX triplet: 40, 2D and 6D. RGB value is (64,45,109). Sum of RGB (Red+Green+Blue) = 64+45+109=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #402D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D6D is #BFD292. Grayscale: #393939. Windows color (decimal): -12571283 or 7155008. OLE color: 7155008.

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

Color convert

RGB6445109-
CMYK0.410.5900.57
HSL257.81º41.56%30.2%-
HSV(B)257.81º58.72%42.75%-
XYZ5.814.0714.95-
YUV57.98156.79132.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 45 (17.97% from 255) = 20.64%
BLUE value IS 109 (42.97% from 255) = 50%
R=29.36%
G=20.64%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64451090.410.5900.57257.8141.5630.2
Hex402D6D293B0391022a1e
Octal1005515551730714025236
Binary10000001011011101101101001111011011100110000001010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,45,109); }

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

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

 a { background-color: rgb(64,45,109); }

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

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

 span { border-color: rgb(64,45,109); }

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