Shades of Minsk #412E68
Tints of Minsk #412E68
RGB
CMYK
RGB Variations
Color information
#412E68 (or 0x412E68) is known color: Minsk. HEX triplet: 41, 2E and 68. RGB value is (65,46,104). Sum of RGB (Red+Green+Blue) = 65+46+104=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #412E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412E68 is #BED197. Grayscale: #3A3A3A. Windows color (decimal): -12505496 or 6827585. OLE color: 6827585.
HSL color Cylindrical-coordinate representation of color #412E68: hue angle of 259.66º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #412E68 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 46 | 104 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.59 |
| HSL | 259.66º | 0.39% | 0.29% | - |
| HSV(B) | 259.66º | 0.56% | 0.41% | - |
| XYZ | 5.66 | 4.08 | 13.59 | - |
| YUV | 58.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 104 | 0.38 | 0.56 | 0 | 0.59 | 259.66 | 0.39 | 0.29 |
| Hex | 41 | 2E | 68 | 26 | 38 | 0 | 3B | 104 | 27 | 1D |
| Octal | 101 | 56 | 150 | 46 | 70 | 0 | 73 | 404 | 47 | 35 |
| Binary | 1000001 | 101110 | 1101000 | 100110 | 111000 | 0 | 111011 | 100000100 | 100111 | 11101 |
Color Harmonies of #412E68
Complementary color
Monochromatic Colors of #412E68
Black with #412E68
Text Example
Text Example
White with #412E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412E68; }
p { color: rgb(65,46,104); }
H1.HeaderClassName
{
color: #412E68;
}
.AnyTagClassName
{
color: #412E68;
}
</style>
background-color css
<style>
a { background-color: #412E68; }
a { background-color: rgb(65,46,104); }
div.DivClassName
{
background-color: #412E68;
}
.BgClassName
{
background-color: #412E68;
}
</style>
border-color css
<style>
span { border-color: #412E68; }
span { border-color: rgb(65,46,104); }
td.TdClassName
{
border-color: #412E68;
}
.TagClassName
{
border-color: #412E68;
}
</style>