#39316C

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

Shades of Minsk #39316C

Tints of Minsk #39316C

Color information

#39316C (or 0x39316C) is unknown color: approx Minsk. HEX triplet: 39, 31 and 6C. RGB value is (57,49,108). Sum of RGB (Red+Green+Blue) = 57+49+108=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #39316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39316C is #C6CE93. Grayscale: #393939. Windows color (decimal): -13029012 or 7090489. OLE color: 7090489.

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

Color convert

RGB5749108-
CMYK0.470.5500.58
HSL248.14º37.58%30.78%-
HSV(B)248.14º54.63%42.35%-
XYZ5.494.1514.7-
YUV58.12156.15127.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 108 (42.58% from 255) = 50.47%
R=26.64%
G=22.90%
B=50.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57491080.470.5500.58248.1437.5830.78
Hex39316C2F3703Af8261f
Octal716115457670723704637
Binary111001110001110110010111111011101110101111100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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