Shades of Minsk #412C69
Tints of Minsk #412C69
RGB
CMYK
RGB Variations
Color information
#412C69 (or 0x412C69) is known color: Minsk. HEX triplet: 41, 2C and 69. RGB value is (65,44,105). Sum of RGB (Red+Green+Blue) = 65+44+105=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #412C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C69 is #BED396. Grayscale: #393939. Windows color (decimal): -12506007 or 6892609. OLE color: 6892609.
HSL color Cylindrical-coordinate representation of color #412C69: hue angle of 260.66º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #412C69 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 44 | 105 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.59 |
| HSL | 260.66º | 0.41% | 0.29% | - |
| HSV(B) | 260.66º | 0.58% | 0.41% | - |
| XYZ | 5.63 | 3.95 | 13.83 | - |
| YUV | 57.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 105 | 0.38 | 0.58 | 0 | 0.59 | 260.66 | 0.41 | 0.29 |
| Hex | 41 | 2C | 69 | 26 | 3A | 0 | 3B | 105 | 29 | 1D |
| Octal | 101 | 54 | 151 | 46 | 72 | 0 | 73 | 405 | 51 | 35 |
| Binary | 1000001 | 101100 | 1101001 | 100110 | 111010 | 0 | 111011 | 100000101 | 101001 | 11101 |
Color Harmonies of #412C69
Complementary color
Monochromatic Colors of #412C69
Black with #412C69
Text Example
Text Example
White with #412C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C69; }
p { color: rgb(65,44,105); }
H1.HeaderClassName
{
color: #412C69;
}
.AnyTagClassName
{
color: #412C69;
}
</style>
background-color css
<style>
a { background-color: #412C69; }
a { background-color: rgb(65,44,105); }
div.DivClassName
{
background-color: #412C69;
}
.BgClassName
{
background-color: #412C69;
}
</style>
border-color css
<style>
span { border-color: #412C69; }
span { border-color: rgb(65,44,105); }
td.TdClassName
{
border-color: #412C69;
}
.TagClassName
{
border-color: #412C69;
}
</style>