Shades of Minsk #3E296D
Tints of Minsk #3E296D
RGB
CMYK
RGB Variations
Color information
#3E296D (or 0x3E296D) is known color: Minsk. HEX triplet: 3E, 29 and 6D. RGB value is (62,41,109). Sum of RGB (Red+Green+Blue) = 62+41+109=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E296D is #C1D692. Grayscale: #363636. Windows color (decimal): -12703379 or 7153982. OLE color: 7153982.
HSL color Cylindrical-coordinate representation of color #3E296D: hue angle of 258.53º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E296D is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 41 | 109 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.57 |
| HSL | 258.53º | 0.45% | 0.29% | - |
| HSV(B) | 258.53º | 0.62% | 0.43% | - |
| XYZ | 5.54 | 3.71 | 14.89 | - |
| YUV | 55.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 109 | 0.43 | 0.62 | 0 | 0.57 | 258.53 | 0.45 | 0.29 |
| Hex | 3E | 29 | 6D | 2B | 3E | 0 | 39 | 103 | 2D | 1D |
| Octal | 76 | 51 | 155 | 53 | 76 | 0 | 71 | 403 | 55 | 35 |
| Binary | 111110 | 101001 | 1101101 | 101011 | 111110 | 0 | 111001 | 100000011 | 101101 | 11101 |
Color Harmonies of #3E296D
Complementary color
Monochromatic Colors of #3E296D
Black with #3E296D
Text Example
Text Example
White with #3E296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E296D; }
p { color: rgb(62,41,109); }
H1.HeaderClassName
{
color: #3E296D;
}
.AnyTagClassName
{
color: #3E296D;
}
</style>
background-color css
<style>
a { background-color: #3E296D; }
a { background-color: rgb(62,41,109); }
div.DivClassName
{
background-color: #3E296D;
}
.BgClassName
{
background-color: #3E296D;
}
</style>
border-color css
<style>
span { border-color: #3E296D; }
span { border-color: rgb(62,41,109); }
td.TdClassName
{
border-color: #3E296D;
}
.TagClassName
{
border-color: #3E296D;
}
</style>