Shades of Minsk #413D62
Tints of Minsk #413D62
RGB
CMYK
RGB Variations
Color information
#413D62 (or 0x413D62) is known color: Minsk. HEX triplet: 41, 3D and 62. RGB value is (65,61,98). Sum of RGB (Red+Green+Blue) = 65+61+98=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #413D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D62 is #BEC29D. Grayscale: #424242. Windows color (decimal): -12501662 or 6438209. OLE color: 6438209.
HSL color Cylindrical-coordinate representation of color #413D62: hue angle of 246.49º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413D62 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 61 | 98 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.62 |
| HSL | 246.49º | 0.23% | 0.31% | - |
| HSV(B) | 246.49º | 0.38% | 0.38% | - |
| XYZ | 6.05 | 5.34 | 12.27 | - |
| YUV | 66.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 98 | 0.34 | 0.38 | 0 | 0.62 | 246.49 | 0.23 | 0.31 |
| Hex | 41 | 3D | 62 | 22 | 26 | 0 | 3E | F6 | 17 | 1F |
| Octal | 101 | 75 | 142 | 42 | 46 | 0 | 76 | 366 | 27 | 37 |
| Binary | 1000001 | 111101 | 1100010 | 100010 | 100110 | 0 | 111110 | 11110110 | 10111 | 11111 |
Color Harmonies of #413D62
Complementary color
Monochromatic Colors of #413D62
Black with #413D62
Text Example
Text Example
White with #413D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D62; }
p { color: rgb(65,61,98); }
H1.HeaderClassName
{
color: #413D62;
}
.AnyTagClassName
{
color: #413D62;
}
</style>
background-color css
<style>
a { background-color: #413D62; }
a { background-color: rgb(65,61,98); }
div.DivClassName
{
background-color: #413D62;
}
.BgClassName
{
background-color: #413D62;
}
</style>
border-color css
<style>
span { border-color: #413D62; }
span { border-color: rgb(65,61,98); }
td.TdClassName
{
border-color: #413D62;
}
.TagClassName
{
border-color: #413D62;
}
</style>