Shades of Minsk #403C62
Tints of Minsk #403C62
RGB
CMYK
RGB Variations
Color information
#403C62 (or 0x403C62) is known color: Minsk. HEX triplet: 40, 3C and 62. RGB value is (64,60,98). Sum of RGB (Red+Green+Blue) = 64+60+98=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #403C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C62 is #BFC39D. Grayscale: #414141. Windows color (decimal): -12567454 or 6437952. OLE color: 6437952.
HSL color Cylindrical-coordinate representation of color #403C62: hue angle of 246.32º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403C62 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 60 | 98 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.62 |
| HSL | 246.32º | 0.24% | 0.31% | - |
| HSV(B) | 246.32º | 0.39% | 0.38% | - |
| XYZ | 5.93 | 5.2 | 12.25 | - |
| YUV | 65.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 98 | 0.35 | 0.39 | 0 | 0.62 | 246.32 | 0.24 | 0.31 |
| Hex | 40 | 3C | 62 | 23 | 27 | 0 | 3E | F6 | 18 | 1F |
| Octal | 100 | 74 | 142 | 43 | 47 | 0 | 76 | 366 | 30 | 37 |
| Binary | 1000000 | 111100 | 1100010 | 100011 | 100111 | 0 | 111110 | 11110110 | 11000 | 11111 |
Color Harmonies of #403C62
Complementary color
Monochromatic Colors of #403C62
Black with #403C62
Text Example
Text Example
White with #403C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C62; }
p { color: rgb(64,60,98); }
H1.HeaderClassName
{
color: #403C62;
}
.AnyTagClassName
{
color: #403C62;
}
</style>
background-color css
<style>
a { background-color: #403C62; }
a { background-color: rgb(64,60,98); }
div.DivClassName
{
background-color: #403C62;
}
.BgClassName
{
background-color: #403C62;
}
</style>
border-color css
<style>
span { border-color: #403C62; }
span { border-color: rgb(64,60,98); }
td.TdClassName
{
border-color: #403C62;
}
.TagClassName
{
border-color: #403C62;
}
</style>