Shades of Minsk #403665
Tints of Minsk #403665
RGB
CMYK
RGB Variations
Color information
#403665 (or 0x403665) is known color: Minsk. HEX triplet: 40, 36 and 65. RGB value is (64,54,101). Sum of RGB (Red+Green+Blue) = 64+54+101=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #403665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403665 is #BFC99A. Grayscale: #3E3E3E. Windows color (decimal): -12568987 or 6633024. OLE color: 6633024.
HSL color Cylindrical-coordinate representation of color #403665: hue angle of 252.77º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #403665 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 54 | 101 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.60 |
| HSL | 252.77º | 0.3% | 0.3% | - |
| HSV(B) | 252.77º | 0.47% | 0.4% | - |
| XYZ | 5.78 | 4.67 | 12.91 | - |
| YUV | 62.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 101 | 0.37 | 0.47 | 0 | 0.60 | 252.77 | 0.3 | 0.3 |
| Hex | 40 | 36 | 65 | 25 | 2F | 0 | 3C | FD | 1E | 1E |
| Octal | 100 | 66 | 145 | 45 | 57 | 0 | 74 | 375 | 36 | 36 |
| Binary | 1000000 | 110110 | 1100101 | 100101 | 101111 | 0 | 111100 | 11111101 | 11110 | 11110 |
Color Harmonies of #403665
Complementary color
Monochromatic Colors of #403665
Black with #403665
Text Example
Text Example
White with #403665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403665; }
p { color: rgb(64,54,101); }
H1.HeaderClassName
{
color: #403665;
}
.AnyTagClassName
{
color: #403665;
}
</style>
background-color css
<style>
a { background-color: #403665; }
a { background-color: rgb(64,54,101); }
div.DivClassName
{
background-color: #403665;
}
.BgClassName
{
background-color: #403665;
}
</style>
border-color css
<style>
span { border-color: #403665; }
span { border-color: rgb(64,54,101); }
td.TdClassName
{
border-color: #403665;
}
.TagClassName
{
border-color: #403665;
}
</style>