Shades of Minsk #413164
Tints of Minsk #413164
RGB
CMYK
RGB Variations
Color information
#413164 (or 0x413164) is known color: Minsk. HEX triplet: 41, 31 and 64. RGB value is (65,49,100). Sum of RGB (Red+Green+Blue) = 65+49+100=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #413164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413164 is #BECE9B. Grayscale: #3B3B3B. Windows color (decimal): -12504732 or 6566209. OLE color: 6566209.
HSL color Cylindrical-coordinate representation of color #413164: hue angle of 258.82º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413164 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 49 | 100 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.61 |
| HSL | 258.82º | 0.34% | 0.29% | - |
| HSV(B) | 258.82º | 0.51% | 0.39% | - |
| XYZ | 5.58 | 4.24 | 12.58 | - |
| YUV | 59.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 100 | 0.35 | 0.51 | 0 | 0.61 | 258.82 | 0.34 | 0.29 |
| Hex | 41 | 31 | 64 | 23 | 33 | 0 | 3D | 103 | 22 | 1D |
| Octal | 101 | 61 | 144 | 43 | 63 | 0 | 75 | 403 | 42 | 35 |
| Binary | 1000001 | 110001 | 1100100 | 100011 | 110011 | 0 | 111101 | 100000011 | 100010 | 11101 |
Color Harmonies of #413164
Complementary color
Monochromatic Colors of #413164
Black with #413164
Text Example
Text Example
White with #413164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413164; }
p { color: rgb(65,49,100); }
H1.HeaderClassName
{
color: #413164;
}
.AnyTagClassName
{
color: #413164;
}
</style>
background-color css
<style>
a { background-color: #413164; }
a { background-color: rgb(65,49,100); }
div.DivClassName
{
background-color: #413164;
}
.BgClassName
{
background-color: #413164;
}
</style>
border-color css
<style>
span { border-color: #413164; }
span { border-color: rgb(65,49,100); }
td.TdClassName
{
border-color: #413164;
}
.TagClassName
{
border-color: #413164;
}
</style>