Shades of Minsk #403171
Tints of Minsk #403171
RGB
CMYK
RGB Variations
Color information
#403171 (or 0x403171) is known color: Minsk. HEX triplet: 40, 31 and 71. RGB value is (64,49,113). Sum of RGB (Red+Green+Blue) = 64+49+113=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #403171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403171 is #BFCE8E. Grayscale: #3C3C3C. Windows color (decimal): -12570255 or 7418176. OLE color: 7418176.
HSL color Cylindrical-coordinate representation of color #403171: hue angle of 254.06º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403171 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 49 | 113 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.56 |
| HSL | 254.06º | 0.4% | 0.32% | - |
| HSV(B) | 254.06º | 0.57% | 0.44% | - |
| XYZ | 6.19 | 4.48 | 16.16 | - |
| YUV | 60.78 | 157.47 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 113 | 0.43 | 0.57 | 0 | 0.56 | 254.06 | 0.4 | 0.32 |
| Hex | 40 | 31 | 71 | 2B | 39 | 0 | 38 | FE | 28 | 20 |
| Octal | 100 | 61 | 161 | 53 | 71 | 0 | 70 | 376 | 50 | 40 |
| Binary | 1000000 | 110001 | 1110001 | 101011 | 111001 | 0 | 111000 | 11111110 | 101000 | 100000 |
Color Harmonies of #403171
Complementary color
Monochromatic Colors of #403171
Black with #403171
Text Example
Text Example
White with #403171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403171; }
p { color: rgb(64,49,113); }
H1.HeaderClassName
{
color: #403171;
}
.AnyTagClassName
{
color: #403171;
}
</style>
background-color css
<style>
a { background-color: #403171; }
a { background-color: rgb(64,49,113); }
div.DivClassName
{
background-color: #403171;
}
.BgClassName
{
background-color: #403171;
}
</style>
border-color css
<style>
span { border-color: #403171; }
span { border-color: rgb(64,49,113); }
td.TdClassName
{
border-color: #403171;
}
.TagClassName
{
border-color: #403171;
}
</style>