#40316C

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

Shades of Minsk #40316C

Tints of Minsk #40316C

Color information

#40316C (or 0x40316C) is unknown color: approx Minsk. HEX triplet: 40, 31 and 6C. RGB value is (64,49,108). Sum of RGB (Red+Green+Blue) = 64+49+108=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #40316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40316C is #BFCE93. Grayscale: #3B3B3B. Windows color (decimal): -12570260 or 7090496. OLE color: 7090496.

HSL color Cylindrical-coordinate representation of color #40316C: hue angle of 255.25º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40316C is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6449108-
CMYK0.410.5500.58
HSL255.25º37.58%30.78%-
HSV(B)255.25º54.63%42.35%-
XYZ5.924.3714.72-
YUV60.21154.97130.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=28.96%
G=22.17%
B=48.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64491080.410.5500.58255.2537.5830.78
Hex40316C293703Aff261f
Octal1006115451670723774637
Binary1000000110001110110010100111011101110101111111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40316C; }

 p { color: rgb(64,49,108); }

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

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

 a { background-color: rgb(64,49,108); }

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

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

 span { border-color: rgb(64,49,108); }

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