Shades of Minsk #403373
Tints of Minsk #403373
RGB
CMYK
RGB Variations
Color information
#403373 (or 0x403373) is known color: Minsk. HEX triplet: 40, 33 and 73. RGB value is (64,51,115). Sum of RGB (Red+Green+Blue) = 64+51+115=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #403373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403373 is #BFCC8C. Grayscale: #3D3D3D. Windows color (decimal): -12569741 or 7549760. OLE color: 7549760.
HSL color Cylindrical-coordinate representation of color #403373: hue angle of 252.19º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403373 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 51 | 115 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.55 |
| HSL | 252.19º | 0.39% | 0.33% | - |
| HSV(B) | 252.19º | 0.56% | 0.45% | - |
| XYZ | 6.39 | 4.7 | 16.79 | - |
| YUV | 62.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 115 | 0.44 | 0.56 | 0 | 0.55 | 252.19 | 0.39 | 0.33 |
| Hex | 40 | 33 | 73 | 2C | 38 | 0 | 37 | FC | 27 | 21 |
| Octal | 100 | 63 | 163 | 54 | 70 | 0 | 67 | 374 | 47 | 41 |
| Binary | 1000000 | 110011 | 1110011 | 101100 | 111000 | 0 | 110111 | 11111100 | 100111 | 100001 |
Color Harmonies of #403373
Complementary color
Monochromatic Colors of #403373
Black with #403373
Text Example
Text Example
White with #403373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403373; }
p { color: rgb(64,51,115); }
H1.HeaderClassName
{
color: #403373;
}
.AnyTagClassName
{
color: #403373;
}
</style>
background-color css
<style>
a { background-color: #403373; }
a { background-color: rgb(64,51,115); }
div.DivClassName
{
background-color: #403373;
}
.BgClassName
{
background-color: #403373;
}
</style>
border-color css
<style>
span { border-color: #403373; }
span { border-color: rgb(64,51,115); }
td.TdClassName
{
border-color: #403373;
}
.TagClassName
{
border-color: #403373;
}
</style>