Shades of Minsk #403A63
Tints of Minsk #403A63
RGB
CMYK
RGB Variations
Color information
#403A63 (or 0x403A63) is known color: Minsk. HEX triplet: 40, 3A and 63. RGB value is (64,58,99). Sum of RGB (Red+Green+Blue) = 64+58+99=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #403A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403A63 is #BFC59C. Grayscale: #404040. Windows color (decimal): -12567965 or 6502976. OLE color: 6502976.
HSL color Cylindrical-coordinate representation of color #403A63: hue angle of 248.78º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #403A63 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 58 | 99 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.61 |
| HSL | 248.78º | 0.26% | 0.31% | - |
| HSV(B) | 248.78º | 0.41% | 0.39% | - |
| XYZ | 5.88 | 5.02 | 12.46 | - |
| YUV | 64.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 99 | 0.35 | 0.41 | 0 | 0.61 | 248.78 | 0.26 | 0.31 |
| Hex | 40 | 3A | 63 | 23 | 29 | 0 | 3D | F9 | 1A | 1F |
| Octal | 100 | 72 | 143 | 43 | 51 | 0 | 75 | 371 | 32 | 37 |
| Binary | 1000000 | 111010 | 1100011 | 100011 | 101001 | 0 | 111101 | 11111001 | 11010 | 11111 |
Color Harmonies of #403A63
Complementary color
Monochromatic Colors of #403A63
Black with #403A63
Text Example
Text Example
White with #403A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A63; }
p { color: rgb(64,58,99); }
H1.HeaderClassName
{
color: #403A63;
}
.AnyTagClassName
{
color: #403A63;
}
</style>
background-color css
<style>
a { background-color: #403A63; }
a { background-color: rgb(64,58,99); }
div.DivClassName
{
background-color: #403A63;
}
.BgClassName
{
background-color: #403A63;
}
</style>
border-color css
<style>
span { border-color: #403A63; }
span { border-color: rgb(64,58,99); }
td.TdClassName
{
border-color: #403A63;
}
.TagClassName
{
border-color: #403A63;
}
</style>