Shades of Minsk #402E6D
Tints of Minsk #402E6D
RGB
CMYK
RGB Variations
Color information
#402E6D (or 0x402E6D) is known color: Minsk. HEX triplet: 40, 2E and 6D. RGB value is (64,46,109). Sum of RGB (Red+Green+Blue) = 64+46+109=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #402E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E6D is #BFD192. Grayscale: #3A3A3A. Windows color (decimal): -12571027 or 7155264. OLE color: 7155264.
HSL color Cylindrical-coordinate representation of color #402E6D: hue angle of 257.14º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #402E6D is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 46 | 109 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.57 |
| HSL | 257.14º | 0.41% | 0.3% | - |
| HSV(B) | 257.14º | 0.58% | 0.43% | - |
| XYZ | 5.85 | 4.15 | 14.96 | - |
| YUV | 58.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 109 | 0.41 | 0.58 | 0 | 0.57 | 257.14 | 0.41 | 0.3 |
| Hex | 40 | 2E | 6D | 29 | 3A | 0 | 39 | 101 | 29 | 1E |
| Octal | 100 | 56 | 155 | 51 | 72 | 0 | 71 | 401 | 51 | 36 |
| Binary | 1000000 | 101110 | 1101101 | 101001 | 111010 | 0 | 111001 | 100000001 | 101001 | 11110 |
Color Harmonies of #402E6D
Complementary color
Monochromatic Colors of #402E6D
Black with #402E6D
Text Example
Text Example
White with #402E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E6D; }
p { color: rgb(64,46,109); }
H1.HeaderClassName
{
color: #402E6D;
}
.AnyTagClassName
{
color: #402E6D;
}
</style>
background-color css
<style>
a { background-color: #402E6D; }
a { background-color: rgb(64,46,109); }
div.DivClassName
{
background-color: #402E6D;
}
.BgClassName
{
background-color: #402E6D;
}
</style>
border-color css
<style>
span { border-color: #402E6D; }
span { border-color: rgb(64,46,109); }
td.TdClassName
{
border-color: #402E6D;
}
.TagClassName
{
border-color: #402E6D;
}
</style>