Shades of Minsk #403863
Tints of Minsk #403863
RGB
CMYK
RGB Variations
Color information
#403863 (or 0x403863) is known color: Minsk. HEX triplet: 40, 38 and 63. RGB value is (64,56,99). Sum of RGB (Red+Green+Blue) = 64+56+99=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 99 - color contains mainly: blue. Hex color #403863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403863 is #BFC79C. Grayscale: #3F3F3F. Windows color (decimal): -12568477 or 6502464. OLE color: 6502464.
HSL color Cylindrical-coordinate representation of color #403863: hue angle of 251.16º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #403863 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 56 | 99 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.61 |
| HSL | 251.16º | 0.28% | 0.3% | - |
| HSV(B) | 251.16º | 0.43% | 0.39% | - |
| XYZ | 5.78 | 4.82 | 12.43 | - |
| YUV | 63.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 99 | 0.35 | 0.43 | 0 | 0.61 | 251.16 | 0.28 | 0.3 |
| Hex | 40 | 38 | 63 | 23 | 2B | 0 | 3D | FB | 1C | 1E |
| Octal | 100 | 70 | 143 | 43 | 53 | 0 | 75 | 373 | 34 | 36 |
| Binary | 1000000 | 111000 | 1100011 | 100011 | 101011 | 0 | 111101 | 11111011 | 11100 | 11110 |
Color Harmonies of #403863
Complementary color
Monochromatic Colors of #403863
Black with #403863
Text Example
Text Example
White with #403863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403863; }
p { color: rgb(64,56,99); }
H1.HeaderClassName
{
color: #403863;
}
.AnyTagClassName
{
color: #403863;
}
</style>
background-color css
<style>
a { background-color: #403863; }
a { background-color: rgb(64,56,99); }
div.DivClassName
{
background-color: #403863;
}
.BgClassName
{
background-color: #403863;
}
</style>
border-color css
<style>
span { border-color: #403863; }
span { border-color: rgb(64,56,99); }
td.TdClassName
{
border-color: #403863;
}
.TagClassName
{
border-color: #403863;
}
</style>