Shades of Minsk #41366F
Tints of Minsk #41366F
RGB
CMYK
RGB Variations
Color information
#41366F (or 0x41366F) is known color: Minsk. HEX triplet: 41, 36 and 6F. RGB value is (65,54,111). Sum of RGB (Red+Green+Blue) = 65+54+111=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #41366F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41366F is #BEC990. Grayscale: #3F3F3F. Windows color (decimal): -12503441 or 7288385. OLE color: 7288385.
HSL color Cylindrical-coordinate representation of color #41366F: hue angle of 251.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41366F is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 65 | 54 | 111 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.56 |
| HSL | 251.58º | 0.35% | 0.32% | - |
| HSV(B) | 251.58º | 0.51% | 0.44% | - |
| XYZ | 6.37 | 4.91 | 15.65 | - |
| YUV | 63.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 111 | 0.41 | 0.51 | 0 | 0.56 | 251.58 | 0.35 | 0.32 |
| Hex | 41 | 36 | 6F | 29 | 33 | 0 | 38 | FC | 23 | 20 |
| Octal | 101 | 66 | 157 | 51 | 63 | 0 | 70 | 374 | 43 | 40 |
| Binary | 1000001 | 110110 | 1101111 | 101001 | 110011 | 0 | 111000 | 11111100 | 100011 | 100000 |
Color Harmonies of #41366F
Complementary color
Monochromatic Colors of #41366F
Black with #41366F
Text Example
Text Example
White with #41366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41366F; }
p { color: rgb(65,54,111); }
H1.HeaderClassName
{
color: #41366F;
}
.AnyTagClassName
{
color: #41366F;
}
</style>
background-color css
<style>
a { background-color: #41366F; }
a { background-color: rgb(65,54,111); }
div.DivClassName
{
background-color: #41366F;
}
.BgClassName
{
background-color: #41366F;
}
</style>
border-color css
<style>
span { border-color: #41366F; }
span { border-color: rgb(65,54,111); }
td.TdClassName
{
border-color: #41366F;
}
.TagClassName
{
border-color: #41366F;
}
</style>