Shades of Minsk #403164
Tints of Minsk #403164
RGB
CMYK
RGB Variations
Color information
#403164 (or 0x403164) is known color: Minsk. HEX triplet: 40, 31 and 64. RGB value is (64,49,100). Sum of RGB (Red+Green+Blue) = 64+49+100=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 100 (39.45% from 255 or 46.95% from 213); Max value from RGB is 100 - color contains mainly: blue. Hex color #403164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403164 is #BFCE9B. Grayscale: #3B3B3B. Windows color (decimal): -12570268 or 6566208. OLE color: 6566208.
HSL color Cylindrical-coordinate representation of color #403164: hue angle of 257.65º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #403164 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 49 | 100 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.61 |
| HSL | 257.65º | 0.34% | 0.29% | - |
| HSV(B) | 257.65º | 0.51% | 0.39% | - |
| XYZ | 5.51 | 4.21 | 12.58 | - |
| YUV | 59.3 | 150.97 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 100 | 0.36 | 0.51 | 0 | 0.61 | 257.65 | 0.34 | 0.29 |
| Hex | 40 | 31 | 64 | 24 | 33 | 0 | 3D | 102 | 22 | 1D |
| Octal | 100 | 61 | 144 | 44 | 63 | 0 | 75 | 402 | 42 | 35 |
| Binary | 1000000 | 110001 | 1100100 | 100100 | 110011 | 0 | 111101 | 100000010 | 100010 | 11101 |
Color Harmonies of #403164
Complementary color
Monochromatic Colors of #403164
Black with #403164
Text Example
Text Example
White with #403164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403164; }
p { color: rgb(64,49,100); }
H1.HeaderClassName
{
color: #403164;
}
.AnyTagClassName
{
color: #403164;
}
</style>
background-color css
<style>
a { background-color: #403164; }
a { background-color: rgb(64,49,100); }
div.DivClassName
{
background-color: #403164;
}
.BgClassName
{
background-color: #403164;
}
</style>
border-color css
<style>
span { border-color: #403164; }
span { border-color: rgb(64,49,100); }
td.TdClassName
{
border-color: #403164;
}
.TagClassName
{
border-color: #403164;
}
</style>