Shades of Minsk #41386A
Tints of Minsk #41386A
RGB
CMYK
RGB Variations
Color information
#41386A (or 0x41386A) is known color: Minsk. HEX triplet: 41, 38 and 6A. RGB value is (65,56,106). Sum of RGB (Red+Green+Blue) = 65+56+106=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #41386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41386A is #BEC795. Grayscale: #404040. Windows color (decimal): -12502934 or 6961217. OLE color: 6961217.
HSL color Cylindrical-coordinate representation of color #41386A: hue angle of 250.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41386A is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 56 | 106 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.58 |
| HSL | 250.8º | 0.31% | 0.32% | - |
| HSV(B) | 250.8º | 0.47% | 0.42% | - |
| XYZ | 6.2 | 4.99 | 14.27 | - |
| YUV | 64.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 106 | 0.39 | 0.47 | 0 | 0.58 | 250.8 | 0.31 | 0.32 |
| Hex | 41 | 38 | 6A | 27 | 2F | 0 | 3A | FB | 1F | 20 |
| Octal | 101 | 70 | 152 | 47 | 57 | 0 | 72 | 373 | 37 | 40 |
| Binary | 1000001 | 111000 | 1101010 | 100111 | 101111 | 0 | 111010 | 11111011 | 11111 | 100000 |
Color Harmonies of #41386A
Complementary color
Monochromatic Colors of #41386A
Black with #41386A
Text Example
Text Example
White with #41386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41386A; }
p { color: rgb(65,56,106); }
H1.HeaderClassName
{
color: #41386A;
}
.AnyTagClassName
{
color: #41386A;
}
</style>
background-color css
<style>
a { background-color: #41386A; }
a { background-color: rgb(65,56,106); }
div.DivClassName
{
background-color: #41386A;
}
.BgClassName
{
background-color: #41386A;
}
</style>
border-color css
<style>
span { border-color: #41386A; }
span { border-color: rgb(65,56,106); }
td.TdClassName
{
border-color: #41386A;
}
.TagClassName
{
border-color: #41386A;
}
</style>