Shades of Minsk #3D3169
Tints of Minsk #3D3169
RGB
CMYK
RGB Variations
Color information
#3D3169 (or 0x3D3169) is known color: Minsk. HEX triplet: 3D, 31 and 69. RGB value is (61,49,105). Sum of RGB (Red+Green+Blue) = 61+49+105=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D3169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3169 is #C2CE96. Grayscale: #3A3A3A. Windows color (decimal): -12766871 or 6893885. OLE color: 6893885.
HSL color Cylindrical-coordinate representation of color #3D3169: hue angle of 252.86º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D3169 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 49 | 105 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.59 |
| HSL | 252.86º | 0.36% | 0.3% | - |
| HSV(B) | 252.86º | 0.53% | 0.41% | - |
| XYZ | 5.57 | 4.21 | 13.88 | - |
| YUV | 58.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 105 | 0.42 | 0.53 | 0 | 0.59 | 252.86 | 0.36 | 0.3 |
| Hex | 3D | 31 | 69 | 2A | 35 | 0 | 3B | FD | 24 | 1E |
| Octal | 75 | 61 | 151 | 52 | 65 | 0 | 73 | 375 | 44 | 36 |
| Binary | 111101 | 110001 | 1101001 | 101010 | 110101 | 0 | 111011 | 11111101 | 100100 | 11110 |
Color Harmonies of #3D3169
Complementary color
Monochromatic Colors of #3D3169
Black with #3D3169
Text Example
Text Example
White with #3D3169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3169; }
p { color: rgb(61,49,105); }
H1.HeaderClassName
{
color: #3D3169;
}
.AnyTagClassName
{
color: #3D3169;
}
</style>
background-color css
<style>
a { background-color: #3D3169; }
a { background-color: rgb(61,49,105); }
div.DivClassName
{
background-color: #3D3169;
}
.BgClassName
{
background-color: #3D3169;
}
</style>
border-color css
<style>
span { border-color: #3D3169; }
span { border-color: rgb(61,49,105); }
td.TdClassName
{
border-color: #3D3169;
}
.TagClassName
{
border-color: #3D3169;
}
</style>