#3E316D

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

Shades of Minsk #3E316D

Tints of Minsk #3E316D

Color information

#3E316D (or 0x3E316D) is unknown color: approx Minsk. HEX triplet: 3E, 31 and 6D. RGB value is (62,49,109). Sum of RGB (Red+Green+Blue) = 62+49+109=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E316D is #C1CE92. Grayscale: #3B3B3B. Windows color (decimal): -12701331 or 7156030. OLE color: 7156030.

HSL color Cylindrical-coordinate representation of color #3E316D: hue angle of 253º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E316D is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6249109-
CMYK0.430.5500.57
HSL253º37.97%30.98%-
HSV(B)253º55.05%42.75%-
XYZ5.854.3214.99-
YUV59.73155.81129.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.18%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 109 (42.97% from 255) = 49.55%
R=28.18%
G=22.27%
B=49.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62491090.430.5500.5725337.9730.98
Hex3E316D2B37039fd261f
Octal766115553670713754637
Binary111110110001110110110101111011101110011111110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E316D; }

 p { color: rgb(62,49,109); }

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

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

 a { background-color: rgb(62,49,109); }

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

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

 span { border-color: rgb(62,49,109); }

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