Shades of Minsk #413A69
Tints of Minsk #413A69
RGB
CMYK
RGB Variations
Color information
#413A69 (or 0x413A69) is known color: Minsk. HEX triplet: 41, 3A and 69. RGB value is (65,58,105). Sum of RGB (Red+Green+Blue) = 65+58+105=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #413A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A69 is #BEC596. Grayscale: #414141. Windows color (decimal): -12502423 or 6896193. OLE color: 6896193.
HSL color Cylindrical-coordinate representation of color #413A69: hue angle of 248.94º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413A69 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 58 | 105 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.59 |
| HSL | 248.94º | 0.29% | 0.32% | - |
| HSV(B) | 248.94º | 0.45% | 0.41% | - |
| XYZ | 6.24 | 5.17 | 14.03 | - |
| YUV | 65.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 105 | 0.38 | 0.45 | 0 | 0.59 | 248.94 | 0.29 | 0.32 |
| Hex | 41 | 3A | 69 | 26 | 2D | 0 | 3B | F9 | 1D | 20 |
| Octal | 101 | 72 | 151 | 46 | 55 | 0 | 73 | 371 | 35 | 40 |
| Binary | 1000001 | 111010 | 1101001 | 100110 | 101101 | 0 | 111011 | 11111001 | 11101 | 100000 |
Color Harmonies of #413A69
Complementary color
Monochromatic Colors of #413A69
Black with #413A69
Text Example
Text Example
White with #413A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A69; }
p { color: rgb(65,58,105); }
H1.HeaderClassName
{
color: #413A69;
}
.AnyTagClassName
{
color: #413A69;
}
</style>
background-color css
<style>
a { background-color: #413A69; }
a { background-color: rgb(65,58,105); }
div.DivClassName
{
background-color: #413A69;
}
.BgClassName
{
background-color: #413A69;
}
</style>
border-color css
<style>
span { border-color: #413A69; }
span { border-color: rgb(65,58,105); }
td.TdClassName
{
border-color: #413A69;
}
.TagClassName
{
border-color: #413A69;
}
</style>