Shades of Minsk #392A6D
Tints of Minsk #392A6D
RGB
CMYK
RGB Variations
Color information
#392A6D (or 0x392A6D) is known color: Minsk. HEX triplet: 39, 2A and 6D. RGB value is (57,42,109). Sum of RGB (Red+Green+Blue) = 57+42+109=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #392A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392A6D is #C6D592. Grayscale: #353535. Windows color (decimal): -13030803 or 7154233. OLE color: 7154233.
HSL color Cylindrical-coordinate representation of color #392A6D: hue angle of 253.43º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #392A6D is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 42 | 109 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.57 |
| HSL | 253.43º | 0.44% | 0.3% | - |
| HSV(B) | 253.43º | 0.61% | 0.43% | - |
| XYZ | 5.28 | 3.63 | 14.89 | - |
| YUV | 54.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 109 | 0.48 | 0.61 | 0 | 0.57 | 253.43 | 0.44 | 0.3 |
| Hex | 39 | 2A | 6D | 30 | 3D | 0 | 39 | FD | 2C | 1E |
| Octal | 71 | 52 | 155 | 60 | 75 | 0 | 71 | 375 | 54 | 36 |
| Binary | 111001 | 101010 | 1101101 | 110000 | 111101 | 0 | 111001 | 11111101 | 101100 | 11110 |
Color Harmonies of #392A6D
Complementary color
Monochromatic Colors of #392A6D
Black with #392A6D
Text Example
Text Example
White with #392A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A6D; }
p { color: rgb(57,42,109); }
H1.HeaderClassName
{
color: #392A6D;
}
.AnyTagClassName
{
color: #392A6D;
}
</style>
background-color css
<style>
a { background-color: #392A6D; }
a { background-color: rgb(57,42,109); }
div.DivClassName
{
background-color: #392A6D;
}
.BgClassName
{
background-color: #392A6D;
}
</style>
border-color css
<style>
span { border-color: #392A6D; }
span { border-color: rgb(57,42,109); }
td.TdClassName
{
border-color: #392A6D;
}
.TagClassName
{
border-color: #392A6D;
}
</style>