Shades of Minsk #402E65
Tints of Minsk #402E65
RGB
CMYK
RGB Variations
Color information
#402E65 (or 0x402E65) is known color: Minsk. HEX triplet: 40, 2E and 65. RGB value is (64,46,101). Sum of RGB (Red+Green+Blue) = 64+46+101=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #402E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E65 is #BFD19A. Grayscale: #393939. Windows color (decimal): -12571035 or 6630976. OLE color: 6630976.
HSL color Cylindrical-coordinate representation of color #402E65: hue angle of 259.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #402E65 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 46 | 101 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.60 |
| HSL | 259.64º | 0.37% | 0.29% | - |
| HSV(B) | 259.64º | 0.54% | 0.4% | - |
| XYZ | 5.44 | 3.98 | 12.79 | - |
| YUV | 57.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 101 | 0.37 | 0.54 | 0 | 0.60 | 259.64 | 0.37 | 0.29 |
| Hex | 40 | 2E | 65 | 25 | 36 | 0 | 3C | 104 | 25 | 1D |
| Octal | 100 | 56 | 145 | 45 | 66 | 0 | 74 | 404 | 45 | 35 |
| Binary | 1000000 | 101110 | 1100101 | 100101 | 110110 | 0 | 111100 | 100000100 | 100101 | 11101 |
Color Harmonies of #402E65
Complementary color
Monochromatic Colors of #402E65
Black with #402E65
Text Example
Text Example
White with #402E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E65; }
p { color: rgb(64,46,101); }
H1.HeaderClassName
{
color: #402E65;
}
.AnyTagClassName
{
color: #402E65;
}
</style>
background-color css
<style>
a { background-color: #402E65; }
a { background-color: rgb(64,46,101); }
div.DivClassName
{
background-color: #402E65;
}
.BgClassName
{
background-color: #402E65;
}
</style>
border-color css
<style>
span { border-color: #402E65; }
span { border-color: rgb(64,46,101); }
td.TdClassName
{
border-color: #402E65;
}
.TagClassName
{
border-color: #402E65;
}
</style>