#393163

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

Shades of Minsk #393163

Tints of Minsk #393163

Color information

#393163 (or 0x393163) is unknown color: approx Minsk. HEX triplet: 39, 31 and 63. RGB value is (57,49,99). Sum of RGB (Red+Green+Blue) = 57+49+99=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #393163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393163 is #C6CE9C. Grayscale: #383838. Windows color (decimal): -13029021 or 6500665. OLE color: 6500665.

HSL color Cylindrical-coordinate representation of color #393163: hue angle of 249.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 #393163 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB574999-
CMYK0.420.5100.61
HSL249.6º33.78%29.02%-
HSV(B)249.6º50.51%38.82%-
XYZ5.043.9712.3-
YUV57.09151.65127.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=27.80%
G=23.90%
B=48.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5749990.420.5100.61249.633.7829.02
Hex3931632A3303Dfa221d
Octal716114352630753724235
Binary111001110001110001110101011001101111011111101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393163; }

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

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

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

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

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

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

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

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