Shades of Minsk #41396F
Tints of Minsk #41396F
RGB
CMYK
RGB Variations
Color information
#41396F (or 0x41396F) is known color: Minsk. HEX triplet: 41, 39 and 6F. RGB value is (65,57,111). Sum of RGB (Red+Green+Blue) = 65+57+111=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #41396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41396F is #BEC690. Grayscale: #414141. Windows color (decimal): -12502673 or 7289153. OLE color: 7289153.
HSL color Cylindrical-coordinate representation of color #41396F: hue angle of 248.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41396F is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 57 | 111 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.56 |
| HSL | 248.89º | 0.32% | 0.33% | - |
| HSV(B) | 248.89º | 0.49% | 0.44% | - |
| XYZ | 6.51 | 5.2 | 15.7 | - |
| YUV | 65.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 111 | 0.41 | 0.49 | 0 | 0.56 | 248.89 | 0.32 | 0.33 |
| Hex | 41 | 39 | 6F | 29 | 31 | 0 | 38 | F9 | 20 | 21 |
| Octal | 101 | 71 | 157 | 51 | 61 | 0 | 70 | 371 | 40 | 41 |
| Binary | 1000001 | 111001 | 1101111 | 101001 | 110001 | 0 | 111000 | 11111001 | 100000 | 100001 |
Color Harmonies of #41396F
Complementary color
Monochromatic Colors of #41396F
Black with #41396F
Text Example
Text Example
White with #41396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41396F; }
p { color: rgb(65,57,111); }
H1.HeaderClassName
{
color: #41396F;
}
.AnyTagClassName
{
color: #41396F;
}
</style>
background-color css
<style>
a { background-color: #41396F; }
a { background-color: rgb(65,57,111); }
div.DivClassName
{
background-color: #41396F;
}
.BgClassName
{
background-color: #41396F;
}
</style>
border-color css
<style>
span { border-color: #41396F; }
span { border-color: rgb(65,57,111); }
td.TdClassName
{
border-color: #41396F;
}
.TagClassName
{
border-color: #41396F;
}
</style>