Shades of Minsk #40396F
Tints of Minsk #40396F
RGB
CMYK
RGB Variations
Color information
#40396F (or 0x40396F) is known color: Minsk. HEX triplet: 40, 39 and 6F. RGB value is (64,57,111). Sum of RGB (Red+Green+Blue) = 64+57+111=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #40396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40396F is #BFC690. Grayscale: #414141. Windows color (decimal): -12568209 or 7289152. OLE color: 7289152.
HSL color Cylindrical-coordinate representation of color #40396F: hue angle of 247.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40396F is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 57 | 111 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.56 |
| HSL | 247.78º | 0.32% | 0.33% | - |
| HSV(B) | 247.78º | 0.49% | 0.44% | - |
| XYZ | 6.45 | 5.16 | 15.7 | - |
| YUV | 65.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 111 | 0.42 | 0.49 | 0 | 0.56 | 247.78 | 0.32 | 0.33 |
| Hex | 40 | 39 | 6F | 2A | 31 | 0 | 38 | F8 | 20 | 21 |
| Octal | 100 | 71 | 157 | 52 | 61 | 0 | 70 | 370 | 40 | 41 |
| Binary | 1000000 | 111001 | 1101111 | 101010 | 110001 | 0 | 111000 | 11111000 | 100000 | 100001 |
Color Harmonies of #40396F
Complementary color
Monochromatic Colors of #40396F
Black with #40396F
Text Example
Text Example
White with #40396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40396F; }
p { color: rgb(64,57,111); }
H1.HeaderClassName
{
color: #40396F;
}
.AnyTagClassName
{
color: #40396F;
}
</style>
background-color css
<style>
a { background-color: #40396F; }
a { background-color: rgb(64,57,111); }
div.DivClassName
{
background-color: #40396F;
}
.BgClassName
{
background-color: #40396F;
}
</style>
border-color css
<style>
span { border-color: #40396F; }
span { border-color: rgb(64,57,111); }
td.TdClassName
{
border-color: #40396F;
}
.TagClassName
{
border-color: #40396F;
}
</style>