Shades of Minsk #393173
Tints of Minsk #393173
RGB
CMYK
RGB Variations
Color information
#393173 (or 0x393173) is known color: Minsk. HEX triplet: 39, 31 and 73. RGB value is (57,49,115). Sum of RGB (Red+Green+Blue) = 57+49+115=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #393173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393173 is #C6CE8C. Grayscale: #3A3A3A. Windows color (decimal): -13029005 or 7549241. OLE color: 7549241.
HSL color Cylindrical-coordinate representation of color #393173: hue angle of 247.27º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393173 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 49 | 115 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.55 |
| HSL | 247.27º | 0.4% | 0.32% | - |
| HSV(B) | 247.27º | 0.57% | 0.45% | - |
| XYZ | 5.88 | 4.3 | 16.74 | - |
| YUV | 58.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 115 | 0.50 | 0.57 | 0 | 0.55 | 247.27 | 0.4 | 0.32 |
| Hex | 39 | 31 | 73 | 32 | 39 | 0 | 37 | F7 | 28 | 20 |
| Octal | 71 | 61 | 163 | 62 | 71 | 0 | 67 | 367 | 50 | 40 |
| Binary | 111001 | 110001 | 1110011 | 110010 | 111001 | 0 | 110111 | 11110111 | 101000 | 100000 |
Color Harmonies of #393173
Complementary color
Monochromatic Colors of #393173
Black with #393173
Text Example
Text Example
White with #393173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393173; }
p { color: rgb(57,49,115); }
H1.HeaderClassName
{
color: #393173;
}
.AnyTagClassName
{
color: #393173;
}
</style>
background-color css
<style>
a { background-color: #393173; }
a { background-color: rgb(57,49,115); }
div.DivClassName
{
background-color: #393173;
}
.BgClassName
{
background-color: #393173;
}
</style>
border-color css
<style>
span { border-color: #393173; }
span { border-color: rgb(57,49,115); }
td.TdClassName
{
border-color: #393173;
}
.TagClassName
{
border-color: #393173;
}
</style>