Shades of Minsk #41326D
Tints of Minsk #41326D
RGB
CMYK
RGB Variations
Color information
#41326D (or 0x41326D) is known color: Minsk. HEX triplet: 41, 32 and 6D. RGB value is (65,50,109). Sum of RGB (Red+Green+Blue) = 65+50+109=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #41326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41326D is #BECD92. Grayscale: #3C3C3C. Windows color (decimal): -12504467 or 7156289. OLE color: 7156289.
HSL color Cylindrical-coordinate representation of color #41326D: hue angle of 255.25º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41326D is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 50 | 109 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.57 |
| HSL | 255.25º | 0.37% | 0.31% | - |
| HSV(B) | 255.25º | 0.54% | 0.43% | - |
| XYZ | 6.08 | 4.51 | 15.02 | - |
| YUV | 61.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 109 | 0.40 | 0.54 | 0 | 0.57 | 255.25 | 0.37 | 0.31 |
| Hex | 41 | 32 | 6D | 28 | 36 | 0 | 39 | FF | 25 | 1F |
| Octal | 101 | 62 | 155 | 50 | 66 | 0 | 71 | 377 | 45 | 37 |
| Binary | 1000001 | 110010 | 1101101 | 101000 | 110110 | 0 | 111001 | 11111111 | 100101 | 11111 |
Color Harmonies of #41326D
Complementary color
Monochromatic Colors of #41326D
Black with #41326D
Text Example
Text Example
White with #41326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41326D; }
p { color: rgb(65,50,109); }
H1.HeaderClassName
{
color: #41326D;
}
.AnyTagClassName
{
color: #41326D;
}
</style>
background-color css
<style>
a { background-color: #41326D; }
a { background-color: rgb(65,50,109); }
div.DivClassName
{
background-color: #41326D;
}
.BgClassName
{
background-color: #41326D;
}
</style>
border-color css
<style>
span { border-color: #41326D; }
span { border-color: rgb(65,50,109); }
td.TdClassName
{
border-color: #41326D;
}
.TagClassName
{
border-color: #41326D;
}
</style>