Shades of Minsk #41306C
Tints of Minsk #41306C
RGB
CMYK
RGB Variations
Color information
#41306C (or 0x41306C) is known color: Minsk. HEX triplet: 41, 30 and 6C. RGB value is (65,48,108). Sum of RGB (Red+Green+Blue) = 65+48+108=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #41306C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41306C is #BECF93. Grayscale: #3B3B3B. Windows color (decimal): -12504980 or 7090241. OLE color: 7090241.
HSL color Cylindrical-coordinate representation of color #41306C: hue angle of 257º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41306C is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 48 | 108 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.58 |
| HSL | 257º | 0.38% | 0.31% | - |
| HSV(B) | 257º | 0.56% | 0.42% | - |
| XYZ | 5.94 | 4.32 | 14.71 | - |
| YUV | 59.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 108 | 0.40 | 0.56 | 0 | 0.58 | 257 | 0.38 | 0.31 |
| Hex | 41 | 30 | 6C | 28 | 38 | 0 | 3A | 101 | 26 | 1F |
| Octal | 101 | 60 | 154 | 50 | 70 | 0 | 72 | 401 | 46 | 37 |
| Binary | 1000001 | 110000 | 1101100 | 101000 | 111000 | 0 | 111010 | 100000001 | 100110 | 11111 |
Color Harmonies of #41306C
Complementary color
Monochromatic Colors of #41306C
Black with #41306C
Text Example
Text Example
White with #41306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41306C; }
p { color: rgb(65,48,108); }
H1.HeaderClassName
{
color: #41306C;
}
.AnyTagClassName
{
color: #41306C;
}
</style>
background-color css
<style>
a { background-color: #41306C; }
a { background-color: rgb(65,48,108); }
div.DivClassName
{
background-color: #41306C;
}
.BgClassName
{
background-color: #41306C;
}
</style>
border-color css
<style>
span { border-color: #41306C; }
span { border-color: rgb(65,48,108); }
td.TdClassName
{
border-color: #41306C;
}
.TagClassName
{
border-color: #41306C;
}
</style>