Shades of Minsk #402D65
Tints of Minsk #402D65
RGB
CMYK
RGB Variations
Color information
#402D65 (or 0x402D65) is known color: Minsk. HEX triplet: 40, 2D and 65. RGB value is (64,45,101). Sum of RGB (Red+Green+Blue) = 64+45+101=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #402D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D65 is #BFD29A. Grayscale: #383838. Windows color (decimal): -12571291 or 6630720. OLE color: 6630720.
HSL color Cylindrical-coordinate representation of color #402D65: hue angle of 260.36º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #402D65 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 45 | 101 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.60 |
| HSL | 260.36º | 0.38% | 0.29% | - |
| HSV(B) | 260.36º | 0.55% | 0.4% | - |
| XYZ | 5.4 | 3.91 | 12.78 | - |
| YUV | 57.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 101 | 0.37 | 0.55 | 0 | 0.60 | 260.36 | 0.38 | 0.29 |
| Hex | 40 | 2D | 65 | 25 | 37 | 0 | 3C | 104 | 26 | 1D |
| Octal | 100 | 55 | 145 | 45 | 67 | 0 | 74 | 404 | 46 | 35 |
| Binary | 1000000 | 101101 | 1100101 | 100101 | 110111 | 0 | 111100 | 100000100 | 100110 | 11101 |
Color Harmonies of #402D65
Complementary color
Monochromatic Colors of #402D65
Black with #402D65
Text Example
Text Example
White with #402D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D65; }
p { color: rgb(64,45,101); }
H1.HeaderClassName
{
color: #402D65;
}
.AnyTagClassName
{
color: #402D65;
}
</style>
background-color css
<style>
a { background-color: #402D65; }
a { background-color: rgb(64,45,101); }
div.DivClassName
{
background-color: #402D65;
}
.BgClassName
{
background-color: #402D65;
}
</style>
border-color css
<style>
span { border-color: #402D65; }
span { border-color: rgb(64,45,101); }
td.TdClassName
{
border-color: #402D65;
}
.TagClassName
{
border-color: #402D65;
}
</style>