Shades of Minsk #39286F
Tints of Minsk #39286F
RGB
CMYK
RGB Variations
Color information
#39286F (or 0x39286F) is known color: Minsk. HEX triplet: 39, 28 and 6F. RGB value is (57,40,111). Sum of RGB (Red+Green+Blue) = 57+40+111=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #39286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39286F is #C6D790. Grayscale: #343434. Windows color (decimal): -13031313 or 7284793. OLE color: 7284793.
HSL color Cylindrical-coordinate representation of color #39286F: hue angle of 254.37º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39286F is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 40 | 111 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.56 |
| HSL | 254.37º | 0.47% | 0.3% | - |
| HSV(B) | 254.37º | 0.64% | 0.44% | - |
| XYZ | 5.32 | 3.54 | 15.44 | - |
| YUV | 53.18 | 160.63 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 111 | 0.49 | 0.64 | 0 | 0.56 | 254.37 | 0.47 | 0.3 |
| Hex | 39 | 28 | 6F | 31 | 40 | 0 | 38 | FE | 2F | 1E |
| Octal | 71 | 50 | 157 | 61 | 100 | 0 | 70 | 376 | 57 | 36 |
| Binary | 111001 | 101000 | 1101111 | 110001 | 1000000 | 0 | 111000 | 11111110 | 101111 | 11110 |
Color Harmonies of #39286F
Complementary color
Monochromatic Colors of #39286F
Black with #39286F
Text Example
Text Example
White with #39286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39286F; }
p { color: rgb(57,40,111); }
H1.HeaderClassName
{
color: #39286F;
}
.AnyTagClassName
{
color: #39286F;
}
</style>
background-color css
<style>
a { background-color: #39286F; }
a { background-color: rgb(57,40,111); }
div.DivClassName
{
background-color: #39286F;
}
.BgClassName
{
background-color: #39286F;
}
</style>
border-color css
<style>
span { border-color: #39286F; }
span { border-color: rgb(57,40,111); }
td.TdClassName
{
border-color: #39286F;
}
.TagClassName
{
border-color: #39286F;
}
</style>