Shades of Minsk #39286E
Tints of Minsk #39286E
RGB
CMYK
RGB Variations
Color information
#39286E (or 0x39286E) is known color: Minsk. HEX triplet: 39, 28 and 6E. RGB value is (57,40,110). Sum of RGB (Red+Green+Blue) = 57+40+110=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #39286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39286E is #C6D791. Grayscale: #343434. Windows color (decimal): -13031314 or 7219257. OLE color: 7219257.
HSL color Cylindrical-coordinate representation of color #39286E: hue angle of 254.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39286E is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 57 | 40 | 110 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.57 |
| HSL | 254.57º | 0.47% | 0.29% | - |
| HSV(B) | 254.57º | 0.64% | 0.43% | - |
| XYZ | 5.26 | 3.51 | 15.15 | - |
| YUV | 53.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 110 | 0.48 | 0.64 | 0 | 0.57 | 254.57 | 0.47 | 0.29 |
| Hex | 39 | 28 | 6E | 30 | 40 | 0 | 39 | FF | 2F | 1D |
| Octal | 71 | 50 | 156 | 60 | 100 | 0 | 71 | 377 | 57 | 35 |
| Binary | 111001 | 101000 | 1101110 | 110000 | 1000000 | 0 | 111001 | 11111111 | 101111 | 11101 |
Color Harmonies of #39286E
Complementary color
Monochromatic Colors of #39286E
Black with #39286E
Text Example
Text Example
White with #39286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39286E; }
p { color: rgb(57,40,110); }
H1.HeaderClassName
{
color: #39286E;
}
.AnyTagClassName
{
color: #39286E;
}
</style>
background-color css
<style>
a { background-color: #39286E; }
a { background-color: rgb(57,40,110); }
div.DivClassName
{
background-color: #39286E;
}
.BgClassName
{
background-color: #39286E;
}
</style>
border-color css
<style>
span { border-color: #39286E; }
span { border-color: rgb(57,40,110); }
td.TdClassName
{
border-color: #39286E;
}
.TagClassName
{
border-color: #39286E;
}
</style>