Shades of Minsk #412C66
Tints of Minsk #412C66
RGB
CMYK
RGB Variations
Color information
#412C66 (or 0x412C66) is known color: Minsk. HEX triplet: 41, 2C and 66. RGB value is (65,44,102). Sum of RGB (Red+Green+Blue) = 65+44+102=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #412C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C66 is #BED399. Grayscale: #383838. Windows color (decimal): -12506010 or 6696001. OLE color: 6696001.
HSL color Cylindrical-coordinate representation of color #412C66: hue angle of 261.72º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #412C66 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 44 | 102 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.6 |
| HSL | 261.72º | 0.4% | 0.29% | - |
| HSV(B) | 261.72º | 0.57% | 0.4% | - |
| XYZ | 5.48 | 3.88 | 13.03 | - |
| YUV | 56.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 102 | 0.36 | 0.57 | 0 | 0.6 | 261.72 | 0.4 | 0.29 |
| Hex | 41 | 2C | 66 | 24 | 39 | 0 | 3C | 106 | 28 | 1D |
| Octal | 101 | 54 | 146 | 44 | 71 | 0 | 74 | 406 | 50 | 35 |
| Binary | 1000001 | 101100 | 1100110 | 100100 | 111001 | 0 | 111100 | 100000110 | 101000 | 11101 |
Color Harmonies of #412C66
Complementary color
Monochromatic Colors of #412C66
Black with #412C66
Text Example
Text Example
White with #412C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C66; }
p { color: rgb(65,44,102); }
H1.HeaderClassName
{
color: #412C66;
}
.AnyTagClassName
{
color: #412C66;
}
</style>
background-color css
<style>
a { background-color: #412C66; }
a { background-color: rgb(65,44,102); }
div.DivClassName
{
background-color: #412C66;
}
.BgClassName
{
background-color: #412C66;
}
</style>
border-color css
<style>
span { border-color: #412C66; }
span { border-color: rgb(65,44,102); }
td.TdClassName
{
border-color: #412C66;
}
.TagClassName
{
border-color: #412C66;
}
</style>