Shades of Minsk #412F65
Tints of Minsk #412F65
RGB
CMYK
RGB Variations
Color information
#412F65 (or 0x412F65) is known color: Minsk. HEX triplet: 41, 2F and 65. RGB value is (65,47,101). Sum of RGB (Red+Green+Blue) = 65+47+101=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #412F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F65 is #BED09A. Grayscale: #3A3A3A. Windows color (decimal): -12505243 or 6631233. OLE color: 6631233.
HSL color Cylindrical-coordinate representation of color #412F65: hue angle of 260º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #412F65 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 47 | 101 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.60 |
| HSL | 260º | 0.36% | 0.29% | - |
| HSV(B) | 260º | 0.53% | 0.4% | - |
| XYZ | 5.55 | 4.1 | 12.81 | - |
| YUV | 58.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 101 | 0.36 | 0.53 | 0 | 0.60 | 260 | 0.36 | 0.29 |
| Hex | 41 | 2F | 65 | 24 | 35 | 0 | 3C | 104 | 24 | 1D |
| Octal | 101 | 57 | 145 | 44 | 65 | 0 | 74 | 404 | 44 | 35 |
| Binary | 1000001 | 101111 | 1100101 | 100100 | 110101 | 0 | 111100 | 100000100 | 100100 | 11101 |
Color Harmonies of #412F65
Complementary color
Monochromatic Colors of #412F65
Black with #412F65
Text Example
Text Example
White with #412F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F65; }
p { color: rgb(65,47,101); }
H1.HeaderClassName
{
color: #412F65;
}
.AnyTagClassName
{
color: #412F65;
}
</style>
background-color css
<style>
a { background-color: #412F65; }
a { background-color: rgb(65,47,101); }
div.DivClassName
{
background-color: #412F65;
}
.BgClassName
{
background-color: #412F65;
}
</style>
border-color css
<style>
span { border-color: #412F65; }
span { border-color: rgb(65,47,101); }
td.TdClassName
{
border-color: #412F65;
}
.TagClassName
{
border-color: #412F65;
}
</style>