Shades of Minsk #402E6E
Tints of Minsk #402E6E
RGB
CMYK
RGB Variations
Color information
#402E6E (or 0x402E6E) is known color: Minsk. HEX triplet: 40, 2E and 6E. RGB value is (64,46,110). Sum of RGB (Red+Green+Blue) = 64+46+110=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #402E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E6E is #BFD191. Grayscale: #3A3A3A. Windows color (decimal): -12571026 or 7220800. OLE color: 7220800.
HSL color Cylindrical-coordinate representation of color #402E6E: hue angle of 256.88º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #402E6E is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 46 | 110 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.57 |
| HSL | 256.88º | 0.41% | 0.31% | - |
| HSV(B) | 256.88º | 0.58% | 0.43% | - |
| XYZ | 5.91 | 4.17 | 15.25 | - |
| YUV | 58.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 110 | 0.42 | 0.58 | 0 | 0.57 | 256.88 | 0.41 | 0.31 |
| Hex | 40 | 2E | 6E | 2A | 3A | 0 | 39 | 101 | 29 | 1F |
| Octal | 100 | 56 | 156 | 52 | 72 | 0 | 71 | 401 | 51 | 37 |
| Binary | 1000000 | 101110 | 1101110 | 101010 | 111010 | 0 | 111001 | 100000001 | 101001 | 11111 |
Color Harmonies of #402E6E
Complementary color
Monochromatic Colors of #402E6E
Black with #402E6E
Text Example
Text Example
White with #402E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E6E; }
p { color: rgb(64,46,110); }
H1.HeaderClassName
{
color: #402E6E;
}
.AnyTagClassName
{
color: #402E6E;
}
</style>
background-color css
<style>
a { background-color: #402E6E; }
a { background-color: rgb(64,46,110); }
div.DivClassName
{
background-color: #402E6E;
}
.BgClassName
{
background-color: #402E6E;
}
</style>
border-color css
<style>
span { border-color: #402E6E; }
span { border-color: rgb(64,46,110); }
td.TdClassName
{
border-color: #402E6E;
}
.TagClassName
{
border-color: #402E6E;
}
</style>