Shades of Minsk #402E6B
Tints of Minsk #402E6B
RGB
CMYK
RGB Variations
Color information
#402E6B (or 0x402E6B) is known color: Minsk. HEX triplet: 40, 2E and 6B. RGB value is (64,46,107). Sum of RGB (Red+Green+Blue) = 64+46+107=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #402E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E6B is #BFD194. Grayscale: #3A3A3A. Windows color (decimal): -12571029 or 7024192. OLE color: 7024192.
HSL color Cylindrical-coordinate representation of color #402E6B: hue angle of 257.7º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #402E6B is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 46 | 107 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.58 |
| HSL | 257.7º | 0.4% | 0.3% | - |
| HSV(B) | 257.7º | 0.57% | 0.42% | - |
| XYZ | 5.75 | 4.11 | 14.4 | - |
| YUV | 58.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 107 | 0.40 | 0.57 | 0 | 0.58 | 257.7 | 0.4 | 0.3 |
| Hex | 40 | 2E | 6B | 28 | 39 | 0 | 3A | 102 | 28 | 1E |
| Octal | 100 | 56 | 153 | 50 | 71 | 0 | 72 | 402 | 50 | 36 |
| Binary | 1000000 | 101110 | 1101011 | 101000 | 111001 | 0 | 111010 | 100000010 | 101000 | 11110 |
Color Harmonies of #402E6B
Complementary color
Monochromatic Colors of #402E6B
Black with #402E6B
Text Example
Text Example
White with #402E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E6B; }
p { color: rgb(64,46,107); }
H1.HeaderClassName
{
color: #402E6B;
}
.AnyTagClassName
{
color: #402E6B;
}
</style>
background-color css
<style>
a { background-color: #402E6B; }
a { background-color: rgb(64,46,107); }
div.DivClassName
{
background-color: #402E6B;
}
.BgClassName
{
background-color: #402E6B;
}
</style>
border-color css
<style>
span { border-color: #402E6B; }
span { border-color: rgb(64,46,107); }
td.TdClassName
{
border-color: #402E6B;
}
.TagClassName
{
border-color: #402E6B;
}
</style>