Shades of Minsk #403173
Tints of Minsk #403173
RGB
CMYK
RGB Variations
Color information
#403173 (or 0x403173) is known color: Minsk. HEX triplet: 40, 31 and 73. RGB value is (64,49,115). Sum of RGB (Red+Green+Blue) = 64+49+115=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #403173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403173 is #BFCE8C. Grayscale: #3C3C3C. Windows color (decimal): -12570253 or 7549248. OLE color: 7549248.
HSL color Cylindrical-coordinate representation of color #403173: hue angle of 253.64º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403173 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 49 | 115 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.55 |
| HSL | 253.64º | 0.4% | 0.32% | - |
| HSV(B) | 253.64º | 0.57% | 0.45% | - |
| XYZ | 6.31 | 4.52 | 16.76 | - |
| YUV | 61.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 115 | 0.44 | 0.57 | 0 | 0.55 | 253.64 | 0.4 | 0.32 |
| Hex | 40 | 31 | 73 | 2C | 39 | 0 | 37 | FE | 28 | 20 |
| Octal | 100 | 61 | 163 | 54 | 71 | 0 | 67 | 376 | 50 | 40 |
| Binary | 1000000 | 110001 | 1110011 | 101100 | 111001 | 0 | 110111 | 11111110 | 101000 | 100000 |
Color Harmonies of #403173
Complementary color
Monochromatic Colors of #403173
Black with #403173
Text Example
Text Example
White with #403173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403173; }
p { color: rgb(64,49,115); }
H1.HeaderClassName
{
color: #403173;
}
.AnyTagClassName
{
color: #403173;
}
</style>
background-color css
<style>
a { background-color: #403173; }
a { background-color: rgb(64,49,115); }
div.DivClassName
{
background-color: #403173;
}
.BgClassName
{
background-color: #403173;
}
</style>
border-color css
<style>
span { border-color: #403173; }
span { border-color: rgb(64,49,115); }
td.TdClassName
{
border-color: #403173;
}
.TagClassName
{
border-color: #403173;
}
</style>