#402B69

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

Shades of Minsk #402B69

Tints of Minsk #402B69

Color information

#402B69 (or 0x402B69) is unknown color: approx Minsk. HEX triplet: 40, 2B and 69. RGB value is (64,43,105). Sum of RGB (Red+Green+Blue) = 64+43+105=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #402B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B69 is #BFD496. Grayscale: #383838. Windows color (decimal): -12571799 or 6892352. OLE color: 6892352.

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

Color convert

RGB6443105-
CMYK0.390.5900.59
HSL260.32º41.89%29.02%-
HSV(B)260.32º59.05%41.18%-
XYZ5.533.8413.81-
YUV56.35155.46133.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=30.19%
G=20.28%
B=49.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64431050.390.5900.59260.3241.8929.02
Hex402B69273B03B1042a1d
Octal1005315147730734045235
Binary10000001010111101001100111111011011101110000010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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