Shades of Minsk #403163
Tints of Minsk #403163
RGB
CMYK
RGB Variations
Color information
#403163 (or 0x403163) is known color: Minsk. HEX triplet: 40, 31 and 63. RGB value is (64,49,99). Sum of RGB (Red+Green+Blue) = 64+49+99=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #403163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403163 is #BFCE9C. Grayscale: #3B3B3B. Windows color (decimal): -12570269 or 6500672. OLE color: 6500672.
HSL color Cylindrical-coordinate representation of color #403163: hue angle of 258º 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 #403163 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 49 | 99 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.61 |
| HSL | 258º | 0.34% | 0.29% | - |
| HSV(B) | 258º | 0.51% | 0.39% | - |
| XYZ | 5.46 | 4.19 | 12.32 | - |
| YUV | 59.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 99 | 0.35 | 0.51 | 0 | 0.61 | 258 | 0.34 | 0.29 |
| Hex | 40 | 31 | 63 | 23 | 33 | 0 | 3D | 102 | 22 | 1D |
| Octal | 100 | 61 | 143 | 43 | 63 | 0 | 75 | 402 | 42 | 35 |
| Binary | 1000000 | 110001 | 1100011 | 100011 | 110011 | 0 | 111101 | 100000010 | 100010 | 11101 |
Color Harmonies of #403163
Complementary color
Monochromatic Colors of #403163
Black with #403163
Text Example
Text Example
White with #403163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403163; }
p { color: rgb(64,49,99); }
H1.HeaderClassName
{
color: #403163;
}
.AnyTagClassName
{
color: #403163;
}
</style>
background-color css
<style>
a { background-color: #403163; }
a { background-color: rgb(64,49,99); }
div.DivClassName
{
background-color: #403163;
}
.BgClassName
{
background-color: #403163;
}
</style>
border-color css
<style>
span { border-color: #403163; }
span { border-color: rgb(64,49,99); }
td.TdClassName
{
border-color: #403163;
}
.TagClassName
{
border-color: #403163;
}
</style>