#402D68

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

Shades of Minsk #402D68

Tints of Minsk #402D68

Color information

#402D68 (or 0x402D68) is unknown color: approx Minsk. HEX triplet: 40, 2D and 68. RGB value is (64,45,104). Sum of RGB (Red+Green+Blue) = 64+45+104=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #402D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D68 is #BFD297. Grayscale: #393939. Windows color (decimal): -12571288 or 6827328. OLE color: 6827328.

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

Color convert

RGB6445104-
CMYK0.380.5700.59
HSL259.32º39.6%29.22%-
HSV(B)259.32º56.73%40.78%-
XYZ5.553.9713.57-
YUV57.41154.29132.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=30.05%
G=21.13%
B=48.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64451040.380.5700.59259.3239.629.22
Hex402D68263903B103281d
Octal1005515046710734035035
Binary10000001011011101000100110111001011101110000001110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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