Shades of Minsk #403371
Tints of Minsk #403371
RGB
CMYK
RGB Variations
Color information
#403371 (or 0x403371) is known color: Minsk. HEX triplet: 40, 33 and 71. RGB value is (64,51,113). Sum of RGB (Red+Green+Blue) = 64+51+113=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #403371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403371 is #BFCC8E. Grayscale: #3D3D3D. Windows color (decimal): -12569743 or 7418688. OLE color: 7418688.
HSL color Cylindrical-coordinate representation of color #403371: hue angle of 252.58º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #403371 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 51 | 113 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.56 |
| HSL | 252.58º | 0.38% | 0.32% | - |
| HSV(B) | 252.58º | 0.55% | 0.44% | - |
| XYZ | 6.28 | 4.65 | 16.19 | - |
| YUV | 61.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 113 | 0.43 | 0.55 | 0 | 0.56 | 252.58 | 0.38 | 0.32 |
| Hex | 40 | 33 | 71 | 2B | 37 | 0 | 38 | FD | 26 | 20 |
| Octal | 100 | 63 | 161 | 53 | 67 | 0 | 70 | 375 | 46 | 40 |
| Binary | 1000000 | 110011 | 1110001 | 101011 | 110111 | 0 | 111000 | 11111101 | 100110 | 100000 |
Color Harmonies of #403371
Complementary color
Monochromatic Colors of #403371
Black with #403371
Text Example
Text Example
White with #403371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403371; }
p { color: rgb(64,51,113); }
H1.HeaderClassName
{
color: #403371;
}
.AnyTagClassName
{
color: #403371;
}
</style>
background-color css
<style>
a { background-color: #403371; }
a { background-color: rgb(64,51,113); }
div.DivClassName
{
background-color: #403371;
}
.BgClassName
{
background-color: #403371;
}
</style>
border-color css
<style>
span { border-color: #403371; }
span { border-color: rgb(64,51,113); }
td.TdClassName
{
border-color: #403371;
}
.TagClassName
{
border-color: #403371;
}
</style>