Shades of Minsk #412D67
Tints of Minsk #412D67
RGB
CMYK
RGB Variations
Color information
#412D67 (or 0x412D67) is known color: Minsk. HEX triplet: 41, 2D and 67. RGB value is (65,45,103). Sum of RGB (Red+Green+Blue) = 65+45+103=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #412D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412D67 is #BED298. Grayscale: #393939. Windows color (decimal): -12505753 or 6761793. OLE color: 6761793.
HSL color Cylindrical-coordinate representation of color #412D67: hue angle of 260.69º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412D67 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 45 | 103 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.60 |
| HSL | 260.69º | 0.39% | 0.29% | - |
| HSV(B) | 260.69º | 0.56% | 0.4% | - |
| XYZ | 5.57 | 3.98 | 13.31 | - |
| YUV | 57.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 103 | 0.37 | 0.56 | 0 | 0.60 | 260.69 | 0.39 | 0.29 |
| Hex | 41 | 2D | 67 | 25 | 38 | 0 | 3C | 105 | 27 | 1D |
| Octal | 101 | 55 | 147 | 45 | 70 | 0 | 74 | 405 | 47 | 35 |
| Binary | 1000001 | 101101 | 1100111 | 100101 | 111000 | 0 | 111100 | 100000101 | 100111 | 11101 |
Color Harmonies of #412D67
Complementary color
Monochromatic Colors of #412D67
Black with #412D67
Text Example
Text Example
White with #412D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412D67; }
p { color: rgb(65,45,103); }
H1.HeaderClassName
{
color: #412D67;
}
.AnyTagClassName
{
color: #412D67;
}
</style>
background-color css
<style>
a { background-color: #412D67; }
a { background-color: rgb(65,45,103); }
div.DivClassName
{
background-color: #412D67;
}
.BgClassName
{
background-color: #412D67;
}
</style>
border-color css
<style>
span { border-color: #412D67; }
span { border-color: rgb(65,45,103); }
td.TdClassName
{
border-color: #412D67;
}
.TagClassName
{
border-color: #412D67;
}
</style>