Shades of Minsk #41356D
Tints of Minsk #41356D
RGB
CMYK
RGB Variations
Color information
#41356D (or 0x41356D) is known color: Minsk. HEX triplet: 41, 35 and 6D. RGB value is (65,53,109). Sum of RGB (Red+Green+Blue) = 65+53+109=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #41356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41356D is #BECA92. Grayscale: #3E3E3E. Windows color (decimal): -12503699 or 7157057. OLE color: 7157057.
HSL color Cylindrical-coordinate representation of color #41356D: hue angle of 252.86º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41356D is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 53 | 109 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.57 |
| HSL | 252.86º | 0.35% | 0.32% | - |
| HSV(B) | 252.86º | 0.51% | 0.43% | - |
| XYZ | 6.21 | 4.77 | 15.06 | - |
| YUV | 62.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 109 | 0.40 | 0.51 | 0 | 0.57 | 252.86 | 0.35 | 0.32 |
| Hex | 41 | 35 | 6D | 28 | 33 | 0 | 39 | FD | 23 | 20 |
| Octal | 101 | 65 | 155 | 50 | 63 | 0 | 71 | 375 | 43 | 40 |
| Binary | 1000001 | 110101 | 1101101 | 101000 | 110011 | 0 | 111001 | 11111101 | 100011 | 100000 |
Color Harmonies of #41356D
Complementary color
Monochromatic Colors of #41356D
Black with #41356D
Text Example
Text Example
White with #41356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41356D; }
p { color: rgb(65,53,109); }
H1.HeaderClassName
{
color: #41356D;
}
.AnyTagClassName
{
color: #41356D;
}
</style>
background-color css
<style>
a { background-color: #41356D; }
a { background-color: rgb(65,53,109); }
div.DivClassName
{
background-color: #41356D;
}
.BgClassName
{
background-color: #41356D;
}
</style>
border-color css
<style>
span { border-color: #41356D; }
span { border-color: rgb(65,53,109); }
td.TdClassName
{
border-color: #41356D;
}
.TagClassName
{
border-color: #41356D;
}
</style>