Shades of Minsk #413C62
Tints of Minsk #413C62
RGB
CMYK
RGB Variations
Color information
#413C62 (or 0x413C62) is known color: Minsk. HEX triplet: 41, 3C and 62. RGB value is (65,60,98). Sum of RGB (Red+Green+Blue) = 65+60+98=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #413C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413C62 is #BEC39D. Grayscale: #414141. Windows color (decimal): -12501918 or 6437953. OLE color: 6437953.
HSL color Cylindrical-coordinate representation of color #413C62: hue angle of 247.89º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #413C62 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 60 | 98 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.62 |
| HSL | 247.89º | 0.24% | 0.31% | - |
| HSV(B) | 247.89º | 0.39% | 0.38% | - |
| XYZ | 6 | 5.24 | 12.25 | - |
| YUV | 65.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 98 | 0.34 | 0.39 | 0 | 0.62 | 247.89 | 0.24 | 0.31 |
| Hex | 41 | 3C | 62 | 22 | 27 | 0 | 3E | F8 | 18 | 1F |
| Octal | 101 | 74 | 142 | 42 | 47 | 0 | 76 | 370 | 30 | 37 |
| Binary | 1000001 | 111100 | 1100010 | 100010 | 100111 | 0 | 111110 | 11111000 | 11000 | 11111 |
Color Harmonies of #413C62
Complementary color
Monochromatic Colors of #413C62
Black with #413C62
Text Example
Text Example
White with #413C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C62; }
p { color: rgb(65,60,98); }
H1.HeaderClassName
{
color: #413C62;
}
.AnyTagClassName
{
color: #413C62;
}
</style>
background-color css
<style>
a { background-color: #413C62; }
a { background-color: rgb(65,60,98); }
div.DivClassName
{
background-color: #413C62;
}
.BgClassName
{
background-color: #413C62;
}
</style>
border-color css
<style>
span { border-color: #413C62; }
span { border-color: rgb(65,60,98); }
td.TdClassName
{
border-color: #413C62;
}
.TagClassName
{
border-color: #413C62;
}
</style>