Shades of Minsk #41306B
Tints of Minsk #41306B
RGB
CMYK
RGB Variations
Color information
#41306B (or 0x41306B) is known color: Minsk. HEX triplet: 41, 30 and 6B. RGB value is (65,48,107). Sum of RGB (Red+Green+Blue) = 65+48+107=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #41306B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41306B is #BECF94. Grayscale: #3B3B3B. Windows color (decimal): -12504981 or 7024705. OLE color: 7024705.
HSL color Cylindrical-coordinate representation of color #41306B: hue angle of 257.29º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41306B is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 48 | 107 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.58 |
| HSL | 257.29º | 0.38% | 0.3% | - |
| HSV(B) | 257.29º | 0.55% | 0.42% | - |
| XYZ | 5.89 | 4.3 | 14.43 | - |
| YUV | 59.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 107 | 0.39 | 0.55 | 0 | 0.58 | 257.29 | 0.38 | 0.3 |
| Hex | 41 | 30 | 6B | 27 | 37 | 0 | 3A | 101 | 26 | 1E |
| Octal | 101 | 60 | 153 | 47 | 67 | 0 | 72 | 401 | 46 | 36 |
| Binary | 1000001 | 110000 | 1101011 | 100111 | 110111 | 0 | 111010 | 100000001 | 100110 | 11110 |
Color Harmonies of #41306B
Complementary color
Monochromatic Colors of #41306B
Black with #41306B
Text Example
Text Example
White with #41306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41306B; }
p { color: rgb(65,48,107); }
H1.HeaderClassName
{
color: #41306B;
}
.AnyTagClassName
{
color: #41306B;
}
</style>
background-color css
<style>
a { background-color: #41306B; }
a { background-color: rgb(65,48,107); }
div.DivClassName
{
background-color: #41306B;
}
.BgClassName
{
background-color: #41306B;
}
</style>
border-color css
<style>
span { border-color: #41306B; }
span { border-color: rgb(65,48,107); }
td.TdClassName
{
border-color: #41306B;
}
.TagClassName
{
border-color: #41306B;
}
</style>