Shades of Minsk #40396A
Tints of Minsk #40396A
RGB
CMYK
RGB Variations
Color information
#40396A (or 0x40396A) is known color: Minsk. HEX triplet: 40, 39 and 6A. RGB value is (64,57,106). Sum of RGB (Red+Green+Blue) = 64+57+106=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #40396A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40396A is #BFC695. Grayscale: #404040. Windows color (decimal): -12568214 or 6961472. OLE color: 6961472.
HSL color Cylindrical-coordinate representation of color #40396A: hue angle of 248.57º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40396A is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 57 | 106 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.58 |
| HSL | 248.57º | 0.3% | 0.32% | - |
| HSV(B) | 248.57º | 0.46% | 0.42% | - |
| XYZ | 6.18 | 5.06 | 14.29 | - |
| YUV | 64.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 106 | 0.40 | 0.46 | 0 | 0.58 | 248.57 | 0.3 | 0.32 |
| Hex | 40 | 39 | 6A | 28 | 2E | 0 | 3A | F9 | 1E | 20 |
| Octal | 100 | 71 | 152 | 50 | 56 | 0 | 72 | 371 | 36 | 40 |
| Binary | 1000000 | 111001 | 1101010 | 101000 | 101110 | 0 | 111010 | 11111001 | 11110 | 100000 |
Color Harmonies of #40396A
Complementary color
Monochromatic Colors of #40396A
Black with #40396A
Text Example
Text Example
White with #40396A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40396A; }
p { color: rgb(64,57,106); }
H1.HeaderClassName
{
color: #40396A;
}
.AnyTagClassName
{
color: #40396A;
}
</style>
background-color css
<style>
a { background-color: #40396A; }
a { background-color: rgb(64,57,106); }
div.DivClassName
{
background-color: #40396A;
}
.BgClassName
{
background-color: #40396A;
}
</style>
border-color css
<style>
span { border-color: #40396A; }
span { border-color: rgb(64,57,106); }
td.TdClassName
{
border-color: #40396A;
}
.TagClassName
{
border-color: #40396A;
}
</style>