Shades of Minsk #3D326D
Tints of Minsk #3D326D
RGB
CMYK
RGB Variations
Color information
#3D326D (or 0x3D326D) is known color: Minsk. HEX triplet: 3D, 32 and 6D. RGB value is (61,50,109). Sum of RGB (Red+Green+Blue) = 61+50+109=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D326D is #C2CD92. Grayscale: #3B3B3B. Windows color (decimal): -12766611 or 7156285. OLE color: 7156285.
HSL color Cylindrical-coordinate representation of color #3D326D: hue angle of 251.19º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D326D is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 50 | 109 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.57 |
| HSL | 251.19º | 0.37% | 0.31% | - |
| HSV(B) | 251.19º | 0.54% | 0.43% | - |
| XYZ | 5.83 | 4.38 | 15.01 | - |
| YUV | 60.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 109 | 0.44 | 0.54 | 0 | 0.57 | 251.19 | 0.37 | 0.31 |
| Hex | 3D | 32 | 6D | 2C | 36 | 0 | 39 | FB | 25 | 1F |
| Octal | 75 | 62 | 155 | 54 | 66 | 0 | 71 | 373 | 45 | 37 |
| Binary | 111101 | 110010 | 1101101 | 101100 | 110110 | 0 | 111001 | 11111011 | 100101 | 11111 |
Color Harmonies of #3D326D
Complementary color
Monochromatic Colors of #3D326D
Black with #3D326D
Text Example
Text Example
White with #3D326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D326D; }
p { color: rgb(61,50,109); }
H1.HeaderClassName
{
color: #3D326D;
}
.AnyTagClassName
{
color: #3D326D;
}
</style>
background-color css
<style>
a { background-color: #3D326D; }
a { background-color: rgb(61,50,109); }
div.DivClassName
{
background-color: #3D326D;
}
.BgClassName
{
background-color: #3D326D;
}
</style>
border-color css
<style>
span { border-color: #3D326D; }
span { border-color: rgb(61,50,109); }
td.TdClassName
{
border-color: #3D326D;
}
.TagClassName
{
border-color: #3D326D;
}
</style>