Shades of Minsk #403270
Tints of Minsk #403270
RGB
CMYK
RGB Variations
Color information
#403270 (or 0x403270) is known color: Minsk. HEX triplet: 40, 32 and 70. RGB value is (64,50,112). Sum of RGB (Red+Green+Blue) = 64+50+112=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #403270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403270 is #BFCD8F. Grayscale: #3D3D3D. Windows color (decimal): -12570000 or 7352896. OLE color: 7352896.
HSL color Cylindrical-coordinate representation of color #403270: hue angle of 253.55º 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 #403270 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 50 | 112 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.56 |
| HSL | 253.55º | 0.38% | 0.32% | - |
| HSV(B) | 253.55º | 0.55% | 0.44% | - |
| XYZ | 6.18 | 4.54 | 15.88 | - |
| YUV | 61.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 112 | 0.43 | 0.55 | 0 | 0.56 | 253.55 | 0.38 | 0.32 |
| Hex | 40 | 32 | 70 | 2B | 37 | 0 | 38 | FE | 26 | 20 |
| Octal | 100 | 62 | 160 | 53 | 67 | 0 | 70 | 376 | 46 | 40 |
| Binary | 1000000 | 110010 | 1110000 | 101011 | 110111 | 0 | 111000 | 11111110 | 100110 | 100000 |
Color Harmonies of #403270
Complementary color
Monochromatic Colors of #403270
Black with #403270
Text Example
Text Example
White with #403270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403270; }
p { color: rgb(64,50,112); }
H1.HeaderClassName
{
color: #403270;
}
.AnyTagClassName
{
color: #403270;
}
</style>
background-color css
<style>
a { background-color: #403270; }
a { background-color: rgb(64,50,112); }
div.DivClassName
{
background-color: #403270;
}
.BgClassName
{
background-color: #403270;
}
</style>
border-color css
<style>
span { border-color: #403270; }
span { border-color: rgb(64,50,112); }
td.TdClassName
{
border-color: #403270;
}
.TagClassName
{
border-color: #403270;
}
</style>