#3E3163

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

Shades of Minsk #3E3163

Tints of Minsk #3E3163

Color information

#3E3163 (or 0x3E3163) is unknown color: approx Minsk. HEX triplet: 3E, 31 and 63. RGB value is (62,49,99). Sum of RGB (Red+Green+Blue) = 62+49+99=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E3163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3163 is #C1CE9C. Grayscale: #3A3A3A. Windows color (decimal): -12701341 or 6500670. OLE color: 6500670.

HSL color Cylindrical-coordinate representation of color #3E3163: hue angle of 255.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E3163 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB624999-
CMYK0.370.5100.61
HSL255.6º33.78%29.02%-
HSV(B)255.6º50.51%38.82%-
XYZ5.344.1212.32-
YUV58.59150.81130.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.52%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=29.52%
G=23.33%
B=47.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6249990.370.5100.61255.633.7829.02
Hex3E3163253303D100221d
Octal766114345630754004235
Binary1111101100011100011100101110011011110110000000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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