#39316A

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

Shades of Minsk #39316A

Tints of Minsk #39316A

Color information

#39316A (or 0x39316A) is unknown color: approx Minsk. HEX triplet: 39, 31 and 6A. RGB value is (57,49,106). Sum of RGB (Red+Green+Blue) = 57+49+106=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #39316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39316A is #C6CE95. Grayscale: #393939. Windows color (decimal): -13029014 or 6959417. OLE color: 6959417.

HSL color Cylindrical-coordinate representation of color #39316A: hue angle of 248.42º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39316A is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5749106-
CMYK0.460.5400.58
HSL248.42º36.77%30.39%-
HSV(B)248.42º53.77%41.57%-
XYZ5.394.1114.14-
YUV57.89155.15127.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 106 (41.80% from 255) = 50%
R=26.89%
G=23.11%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57491060.460.5400.58248.4236.7730.39
Hex39316A2E3603Af8251e
Octal716115256660723704536
Binary111001110001110101010111011011001110101111100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39316A; }

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

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

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

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

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

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

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

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