Shades of Minsk #3D2C6D
Tints of Minsk #3D2C6D
RGB
CMYK
RGB Variations
Color information
#3D2C6D (or 0x3D2C6D) is known color: Minsk. HEX triplet: 3D, 2C and 6D. RGB value is (61,44,109). Sum of RGB (Red+Green+Blue) = 61+44+109=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D2C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2C6D is #C2D392. Grayscale: #383838. Windows color (decimal): -12768147 or 7154749. OLE color: 7154749.
HSL color Cylindrical-coordinate representation of color #3D2C6D: hue angle of 255.69º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D2C6D is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 44 | 109 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.57 |
| HSL | 255.69º | 0.42% | 0.3% | - |
| HSV(B) | 255.69º | 0.6% | 0.43% | - |
| XYZ | 5.59 | 3.9 | 14.93 | - |
| YUV | 56.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 109 | 0.44 | 0.60 | 0 | 0.57 | 255.69 | 0.42 | 0.3 |
| Hex | 3D | 2C | 6D | 2C | 3C | 0 | 39 | 100 | 2A | 1E |
| Octal | 75 | 54 | 155 | 54 | 74 | 0 | 71 | 400 | 52 | 36 |
| Binary | 111101 | 101100 | 1101101 | 101100 | 111100 | 0 | 111001 | 100000000 | 101010 | 11110 |
Color Harmonies of #3D2C6D
Complementary color
Monochromatic Colors of #3D2C6D
Black with #3D2C6D
Text Example
Text Example
White with #3D2C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C6D; }
p { color: rgb(61,44,109); }
H1.HeaderClassName
{
color: #3D2C6D;
}
.AnyTagClassName
{
color: #3D2C6D;
}
</style>
background-color css
<style>
a { background-color: #3D2C6D; }
a { background-color: rgb(61,44,109); }
div.DivClassName
{
background-color: #3D2C6D;
}
.BgClassName
{
background-color: #3D2C6D;
}
</style>
border-color css
<style>
span { border-color: #3D2C6D; }
span { border-color: rgb(61,44,109); }
td.TdClassName
{
border-color: #3D2C6D;
}
.TagClassName
{
border-color: #3D2C6D;
}
</style>