#403375

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

Shades of Minsk #403375

Tints of Minsk #403375

Color information

#403375 (or 0x403375) is unknown color: approx Minsk. HEX triplet: 40, 33 and 75. RGB value is (64,51,117). Sum of RGB (Red+Green+Blue) = 64+51+117=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #403375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403375 is #BFCC8A. Grayscale: #3E3E3E. Windows color (decimal): -12569739 or 7680832. OLE color: 7680832.

HSL color Cylindrical-coordinate representation of color #403375: hue angle of 251.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403375 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6451117-
CMYK0.450.5600.54
HSL251.82º39.29%32.94%-
HSV(B)251.82º56.41%45.88%-
XYZ6.514.7417.4-
YUV62.41158.81129.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=27.59%
G=21.98%
B=50.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64511170.450.5600.54251.8239.2932.94
Hex4033752D38036fc2721
Octal1006316555700663744741
Binary10000001100111110101101101111000011011011111100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403375; }

 p { color: rgb(64,51,117); }

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

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

 a { background-color: rgb(64,51,117); }

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

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

 span { border-color: rgb(64,51,117); }

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