Shades of Minsk #392C6C
Tints of Minsk #392C6C
RGB
CMYK
RGB Variations
Color information
#392C6C (or 0x392C6C) is known color: Minsk. HEX triplet: 39, 2C and 6C. RGB value is (57,44,108). Sum of RGB (Red+Green+Blue) = 57+44+108=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #392C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392C6C is #C6D393. Grayscale: #363636. Windows color (decimal): -13030292 or 7089209. OLE color: 7089209.
HSL color Cylindrical-coordinate representation of color #392C6C: hue angle of 252.19º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #392C6C is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 44 | 108 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.58 |
| HSL | 252.19º | 0.42% | 0.3% | - |
| HSV(B) | 252.19º | 0.59% | 0.42% | - |
| XYZ | 5.29 | 3.75 | 14.63 | - |
| YUV | 55.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 108 | 0.47 | 0.59 | 0 | 0.58 | 252.19 | 0.42 | 0.3 |
| Hex | 39 | 2C | 6C | 2F | 3B | 0 | 3A | FC | 2A | 1E |
| Octal | 71 | 54 | 154 | 57 | 73 | 0 | 72 | 374 | 52 | 36 |
| Binary | 111001 | 101100 | 1101100 | 101111 | 111011 | 0 | 111010 | 11111100 | 101010 | 11110 |
Color Harmonies of #392C6C
Complementary color
Monochromatic Colors of #392C6C
Black with #392C6C
Text Example
Text Example
White with #392C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C6C; }
p { color: rgb(57,44,108); }
H1.HeaderClassName
{
color: #392C6C;
}
.AnyTagClassName
{
color: #392C6C;
}
</style>
background-color css
<style>
a { background-color: #392C6C; }
a { background-color: rgb(57,44,108); }
div.DivClassName
{
background-color: #392C6C;
}
.BgClassName
{
background-color: #392C6C;
}
</style>
border-color css
<style>
span { border-color: #392C6C; }
span { border-color: rgb(57,44,108); }
td.TdClassName
{
border-color: #392C6C;
}
.TagClassName
{
border-color: #392C6C;
}
</style>