Shades of Minsk #41386F
Tints of Minsk #41386F
RGB
CMYK
RGB Variations
Color information
#41386F (or 0x41386F) is known color: Minsk. HEX triplet: 41, 38 and 6F. RGB value is (65,56,111). Sum of RGB (Red+Green+Blue) = 65+56+111=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #41386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41386F is #BEC790. Grayscale: #404040. Windows color (decimal): -12502929 or 7288897. OLE color: 7288897.
HSL color Cylindrical-coordinate representation of color #41386F: hue angle of 249.82º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #41386F is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 56 | 111 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.56 |
| HSL | 249.82º | 0.33% | 0.33% | - |
| HSV(B) | 249.82º | 0.5% | 0.44% | - |
| XYZ | 6.46 | 5.1 | 15.68 | - |
| YUV | 64.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 111 | 0.41 | 0.50 | 0 | 0.56 | 249.82 | 0.33 | 0.33 |
| Hex | 41 | 38 | 6F | 29 | 32 | 0 | 38 | FA | 21 | 21 |
| Octal | 101 | 70 | 157 | 51 | 62 | 0 | 70 | 372 | 41 | 41 |
| Binary | 1000001 | 111000 | 1101111 | 101001 | 110010 | 0 | 111000 | 11111010 | 100001 | 100001 |
Color Harmonies of #41386F
Complementary color
Monochromatic Colors of #41386F
Black with #41386F
Text Example
Text Example
White with #41386F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41386F; }
p { color: rgb(65,56,111); }
H1.HeaderClassName
{
color: #41386F;
}
.AnyTagClassName
{
color: #41386F;
}
</style>
background-color css
<style>
a { background-color: #41386F; }
a { background-color: rgb(65,56,111); }
div.DivClassName
{
background-color: #41386F;
}
.BgClassName
{
background-color: #41386F;
}
</style>
border-color css
<style>
span { border-color: #41386F; }
span { border-color: rgb(65,56,111); }
td.TdClassName
{
border-color: #41386F;
}
.TagClassName
{
border-color: #41386F;
}
</style>