Shades of Minsk #41306D
Tints of Minsk #41306D
RGB
CMYK
RGB Variations
Color information
#41306D (or 0x41306D) is known color: Minsk. HEX triplet: 41, 30 and 6D. RGB value is (65,48,109). Sum of RGB (Red+Green+Blue) = 65+48+109=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #41306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41306D is #BECF92. Grayscale: #3B3B3B. Windows color (decimal): -12504979 or 7155777. OLE color: 7155777.
HSL color Cylindrical-coordinate representation of color #41306D: hue angle of 256.72º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41306D is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 48 | 109 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.57 |
| HSL | 256.72º | 0.39% | 0.31% | - |
| HSV(B) | 256.72º | 0.56% | 0.43% | - |
| XYZ | 6 | 4.34 | 14.99 | - |
| YUV | 60.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 109 | 0.40 | 0.56 | 0 | 0.57 | 256.72 | 0.39 | 0.31 |
| Hex | 41 | 30 | 6D | 28 | 38 | 0 | 39 | 101 | 27 | 1F |
| Octal | 101 | 60 | 155 | 50 | 70 | 0 | 71 | 401 | 47 | 37 |
| Binary | 1000001 | 110000 | 1101101 | 101000 | 111000 | 0 | 111001 | 100000001 | 100111 | 11111 |
Color Harmonies of #41306D
Complementary color
Monochromatic Colors of #41306D
Black with #41306D
Text Example
Text Example
White with #41306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41306D; }
p { color: rgb(65,48,109); }
H1.HeaderClassName
{
color: #41306D;
}
.AnyTagClassName
{
color: #41306D;
}
</style>
background-color css
<style>
a { background-color: #41306D; }
a { background-color: rgb(65,48,109); }
div.DivClassName
{
background-color: #41306D;
}
.BgClassName
{
background-color: #41306D;
}
</style>
border-color css
<style>
span { border-color: #41306D; }
span { border-color: rgb(65,48,109); }
td.TdClassName
{
border-color: #41306D;
}
.TagClassName
{
border-color: #41306D;
}
</style>