Shades of Minsk #413363
Tints of Minsk #413363
RGB
CMYK
RGB Variations
Color information
#413363 (or 0x413363) is known color: Minsk. HEX triplet: 41, 33 and 63. RGB value is (65,51,99). Sum of RGB (Red+Green+Blue) = 65+51+99=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #413363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413363 is #BECC9C. Grayscale: #3C3C3C. Windows color (decimal): -12504221 or 6501185. OLE color: 6501185.
HSL color Cylindrical-coordinate representation of color #413363: hue angle of 257.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #413363 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 51 | 99 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.61 |
| HSL | 257.5º | 0.32% | 0.29% | - |
| HSV(B) | 257.5º | 0.48% | 0.39% | - |
| XYZ | 5.62 | 4.39 | 12.36 | - |
| YUV | 60.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 99 | 0.34 | 0.48 | 0 | 0.61 | 257.5 | 0.32 | 0.29 |
| Hex | 41 | 33 | 63 | 22 | 30 | 0 | 3D | 102 | 20 | 1D |
| Octal | 101 | 63 | 143 | 42 | 60 | 0 | 75 | 402 | 40 | 35 |
| Binary | 1000001 | 110011 | 1100011 | 100010 | 110000 | 0 | 111101 | 100000010 | 100000 | 11101 |
Color Harmonies of #413363
Complementary color
Monochromatic Colors of #413363
Black with #413363
Text Example
Text Example
White with #413363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413363; }
p { color: rgb(65,51,99); }
H1.HeaderClassName
{
color: #413363;
}
.AnyTagClassName
{
color: #413363;
}
</style>
background-color css
<style>
a { background-color: #413363; }
a { background-color: rgb(65,51,99); }
div.DivClassName
{
background-color: #413363;
}
.BgClassName
{
background-color: #413363;
}
</style>
border-color css
<style>
span { border-color: #413363; }
span { border-color: rgb(65,51,99); }
td.TdClassName
{
border-color: #413363;
}
.TagClassName
{
border-color: #413363;
}
</style>