Shades of Minsk #413B69
Tints of Minsk #413B69
RGB
CMYK
RGB Variations
Color information
#413B69 (or 0x413B69) is known color: Minsk. HEX triplet: 41, 3B and 69. RGB value is (65,59,105). Sum of RGB (Red+Green+Blue) = 65+59+105=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #413B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B69 is #BEC496. Grayscale: #414141. Windows color (decimal): -12502167 or 6896449. OLE color: 6896449.
HSL color Cylindrical-coordinate representation of color #413B69: hue angle of 247.83º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #413B69 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 59 | 105 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.59 |
| HSL | 247.83º | 0.28% | 0.32% | - |
| HSV(B) | 247.83º | 0.44% | 0.41% | - |
| XYZ | 6.29 | 5.27 | 14.05 | - |
| YUV | 66.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 105 | 0.38 | 0.44 | 0 | 0.59 | 247.83 | 0.28 | 0.32 |
| Hex | 41 | 3B | 69 | 26 | 2C | 0 | 3B | F8 | 1C | 20 |
| Octal | 101 | 73 | 151 | 46 | 54 | 0 | 73 | 370 | 34 | 40 |
| Binary | 1000001 | 111011 | 1101001 | 100110 | 101100 | 0 | 111011 | 11111000 | 11100 | 100000 |
Color Harmonies of #413B69
Complementary color
Monochromatic Colors of #413B69
Black with #413B69
Text Example
Text Example
White with #413B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B69; }
p { color: rgb(65,59,105); }
H1.HeaderClassName
{
color: #413B69;
}
.AnyTagClassName
{
color: #413B69;
}
</style>
background-color css
<style>
a { background-color: #413B69; }
a { background-color: rgb(65,59,105); }
div.DivClassName
{
background-color: #413B69;
}
.BgClassName
{
background-color: #413B69;
}
</style>
border-color css
<style>
span { border-color: #413B69; }
span { border-color: rgb(65,59,105); }
td.TdClassName
{
border-color: #413B69;
}
.TagClassName
{
border-color: #413B69;
}
</style>