Shades of Minsk #413A65
Tints of Minsk #413A65
RGB
CMYK
RGB Variations
Color information
#413A65 (or 0x413A65) is known color: Minsk. HEX triplet: 41, 3A and 65. RGB value is (65,58,101). Sum of RGB (Red+Green+Blue) = 65+58+101=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #413A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413A65 is #BEC59A. Grayscale: #404040. Windows color (decimal): -12502427 or 6634049. OLE color: 6634049.
HSL color Cylindrical-coordinate representation of color #413A65: hue angle of 249.77º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #413A65 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 58 | 101 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.60 |
| HSL | 249.77º | 0.27% | 0.31% | - |
| HSV(B) | 249.77º | 0.43% | 0.4% | - |
| XYZ | 6.04 | 5.09 | 12.98 | - |
| YUV | 65 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 101 | 0.36 | 0.43 | 0 | 0.60 | 249.77 | 0.27 | 0.31 |
| Hex | 41 | 3A | 65 | 24 | 2B | 0 | 3C | FA | 1B | 1F |
| Octal | 101 | 72 | 145 | 44 | 53 | 0 | 74 | 372 | 33 | 37 |
| Binary | 1000001 | 111010 | 1100101 | 100100 | 101011 | 0 | 111100 | 11111010 | 11011 | 11111 |
Color Harmonies of #413A65
Complementary color
Monochromatic Colors of #413A65
Black with #413A65
Text Example
Text Example
White with #413A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413A65; }
p { color: rgb(65,58,101); }
H1.HeaderClassName
{
color: #413A65;
}
.AnyTagClassName
{
color: #413A65;
}
</style>
background-color css
<style>
a { background-color: #413A65; }
a { background-color: rgb(65,58,101); }
div.DivClassName
{
background-color: #413A65;
}
.BgClassName
{
background-color: #413A65;
}
</style>
border-color css
<style>
span { border-color: #413A65; }
span { border-color: rgb(65,58,101); }
td.TdClassName
{
border-color: #413A65;
}
.TagClassName
{
border-color: #413A65;
}
</style>