Shades of Minsk #41396D
Tints of Minsk #41396D
RGB
CMYK
RGB Variations
Color information
#41396D (or 0x41396D) is known color: Minsk. HEX triplet: 41, 39 and 6D. RGB value is (65,57,109). Sum of RGB (Red+Green+Blue) = 65+57+109=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #41396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41396D is #BEC692. Grayscale: #414141. Windows color (decimal): -12502675 or 7158081. OLE color: 7158081.
HSL color Cylindrical-coordinate representation of color #41396D: hue angle of 249.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41396D is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 57 | 109 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.57 |
| HSL | 249.23º | 0.31% | 0.33% | - |
| HSV(B) | 249.23º | 0.48% | 0.43% | - |
| XYZ | 6.4 | 5.15 | 15.13 | - |
| YUV | 65.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 109 | 0.40 | 0.48 | 0 | 0.57 | 249.23 | 0.31 | 0.33 |
| Hex | 41 | 39 | 6D | 28 | 30 | 0 | 39 | F9 | 1F | 21 |
| Octal | 101 | 71 | 155 | 50 | 60 | 0 | 71 | 371 | 37 | 41 |
| Binary | 1000001 | 111001 | 1101101 | 101000 | 110000 | 0 | 111001 | 11111001 | 11111 | 100001 |
Color Harmonies of #41396D
Complementary color
Monochromatic Colors of #41396D
Black with #41396D
Text Example
Text Example
White with #41396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41396D; }
p { color: rgb(65,57,109); }
H1.HeaderClassName
{
color: #41396D;
}
.AnyTagClassName
{
color: #41396D;
}
</style>
background-color css
<style>
a { background-color: #41396D; }
a { background-color: rgb(65,57,109); }
div.DivClassName
{
background-color: #41396D;
}
.BgClassName
{
background-color: #41396D;
}
</style>
border-color css
<style>
span { border-color: #41396D; }
span { border-color: rgb(65,57,109); }
td.TdClassName
{
border-color: #41396D;
}
.TagClassName
{
border-color: #41396D;
}
</style>