Shades of Minsk #3D3163
Tints of Minsk #3D3163
RGB
CMYK
RGB Variations
Color information
#3D3163 (or 0x3D3163) is known color: Minsk. HEX triplet: 3D, 31 and 63. RGB value is (61,49,99). Sum of RGB (Red+Green+Blue) = 61+49+99=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D3163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3163 is #C2CE9C. Grayscale: #3A3A3A. Windows color (decimal): -12766877 or 6500669. OLE color: 6500669.
HSL color Cylindrical-coordinate representation of color #3D3163: hue angle of 254.4º 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 #3D3163 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 49 | 99 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.61 |
| HSL | 254.4º | 0.34% | 0.29% | - |
| HSV(B) | 254.4º | 0.51% | 0.39% | - |
| XYZ | 5.27 | 4.09 | 12.32 | - |
| YUV | 58.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 99 | 0.38 | 0.51 | 0 | 0.61 | 254.4 | 0.34 | 0.29 |
| Hex | 3D | 31 | 63 | 26 | 33 | 0 | 3D | FE | 22 | 1D |
| Octal | 75 | 61 | 143 | 46 | 63 | 0 | 75 | 376 | 42 | 35 |
| Binary | 111101 | 110001 | 1100011 | 100110 | 110011 | 0 | 111101 | 11111110 | 100010 | 11101 |
Color Harmonies of #3D3163
Complementary color
Monochromatic Colors of #3D3163
Black with #3D3163
Text Example
Text Example
White with #3D3163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3163; }
p { color: rgb(61,49,99); }
H1.HeaderClassName
{
color: #3D3163;
}
.AnyTagClassName
{
color: #3D3163;
}
</style>
background-color css
<style>
a { background-color: #3D3163; }
a { background-color: rgb(61,49,99); }
div.DivClassName
{
background-color: #3D3163;
}
.BgClassName
{
background-color: #3D3163;
}
</style>
border-color css
<style>
span { border-color: #3D3163; }
span { border-color: rgb(61,49,99); }
td.TdClassName
{
border-color: #3D3163;
}
.TagClassName
{
border-color: #3D3163;
}
</style>