Shades of Minsk #413B65
Tints of Minsk #413B65
RGB
CMYK
RGB Variations
Color information
#413B65 (or 0x413B65) is known color: Minsk. HEX triplet: 41, 3B and 65. RGB value is (65,59,101). Sum of RGB (Red+Green+Blue) = 65+59+101=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 101 - color contains mainly: blue. Hex color #413B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413B65 is #BEC49A. Grayscale: #414141. Windows color (decimal): -12502171 or 6634305. OLE color: 6634305.
HSL color Cylindrical-coordinate representation of color #413B65: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #413B65 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 59 | 101 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.60 |
| HSL | 248.57º | 0.26% | 0.31% | - |
| HSV(B) | 248.57º | 0.42% | 0.4% | - |
| XYZ | 6.09 | 5.19 | 12.99 | - |
| YUV | 65.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 101 | 0.36 | 0.42 | 0 | 0.60 | 248.57 | 0.26 | 0.31 |
| Hex | 41 | 3B | 65 | 24 | 2A | 0 | 3C | F9 | 1A | 1F |
| Octal | 101 | 73 | 145 | 44 | 52 | 0 | 74 | 371 | 32 | 37 |
| Binary | 1000001 | 111011 | 1100101 | 100100 | 101010 | 0 | 111100 | 11111001 | 11010 | 11111 |
Color Harmonies of #413B65
Complementary color
Monochromatic Colors of #413B65
Black with #413B65
Text Example
Text Example
White with #413B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B65; }
p { color: rgb(65,59,101); }
H1.HeaderClassName
{
color: #413B65;
}
.AnyTagClassName
{
color: #413B65;
}
</style>
background-color css
<style>
a { background-color: #413B65; }
a { background-color: rgb(65,59,101); }
div.DivClassName
{
background-color: #413B65;
}
.BgClassName
{
background-color: #413B65;
}
</style>
border-color css
<style>
span { border-color: #413B65; }
span { border-color: rgb(65,59,101); }
td.TdClassName
{
border-color: #413B65;
}
.TagClassName
{
border-color: #413B65;
}
</style>