#3E316C

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

Shades of Minsk #3E316C

Tints of Minsk #3E316C

Color information

#3E316C (or 0x3E316C) is unknown color: approx Minsk. HEX triplet: 3E, 31 and 6C. RGB value is (62,49,108). Sum of RGB (Red+Green+Blue) = 62+49+108=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E316C is #C1CE93. Grayscale: #3B3B3B. Windows color (decimal): -12701332 or 7090494. OLE color: 7090494.

HSL color Cylindrical-coordinate representation of color #3E316C: hue angle of 253.22º 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 #3E316C is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6249108-
CMYK0.430.5500.58
HSL253.22º37.58%30.78%-
HSV(B)253.22º54.63%42.35%-
XYZ5.794.314.71-
YUV59.61155.31129.7-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.31%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=28.31%
G=22.37%
B=49.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62491080.430.5500.58253.2237.5830.78
Hex3E316C2B3703Afd261f
Octal766115453670723754637
Binary111110110001110110010101111011101110101111110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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