Shades of Minsk #402D66
Tints of Minsk #402D66
RGB
CMYK
RGB Variations
Color information
#402D66 (or 0x402D66) is known color: Minsk. HEX triplet: 40, 2D and 66. RGB value is (64,45,102). Sum of RGB (Red+Green+Blue) = 64+45+102=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #402D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D66 is #BFD299. Grayscale: #383838. Windows color (decimal): -12571290 or 6696256. OLE color: 6696256.
HSL color Cylindrical-coordinate representation of color #402D66: hue angle of 260º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #402D66 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 45 | 102 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.6 |
| HSL | 260º | 0.39% | 0.29% | - |
| HSV(B) | 260º | 0.56% | 0.4% | - |
| XYZ | 5.45 | 3.93 | 13.04 | - |
| YUV | 57.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 102 | 0.37 | 0.56 | 0 | 0.6 | 260 | 0.39 | 0.29 |
| Hex | 40 | 2D | 66 | 25 | 38 | 0 | 3C | 104 | 27 | 1D |
| Octal | 100 | 55 | 146 | 45 | 70 | 0 | 74 | 404 | 47 | 35 |
| Binary | 1000000 | 101101 | 1100110 | 100101 | 111000 | 0 | 111100 | 100000100 | 100111 | 11101 |
Color Harmonies of #402D66
Complementary color
Monochromatic Colors of #402D66
Black with #402D66
Text Example
Text Example
White with #402D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402D66; }
p { color: rgb(64,45,102); }
H1.HeaderClassName
{
color: #402D66;
}
.AnyTagClassName
{
color: #402D66;
}
</style>
background-color css
<style>
a { background-color: #402D66; }
a { background-color: rgb(64,45,102); }
div.DivClassName
{
background-color: #402D66;
}
.BgClassName
{
background-color: #402D66;
}
</style>
border-color css
<style>
span { border-color: #402D66; }
span { border-color: rgb(64,45,102); }
td.TdClassName
{
border-color: #402D66;
}
.TagClassName
{
border-color: #402D66;
}
</style>