Shades of Minsk #3E316A
Tints of Minsk #3E316A
RGB
CMYK
RGB Variations
Color information
#3E316A (or 0x3E316A) is known color: Minsk. HEX triplet: 3E, 31 and 6A. RGB value is (62,49,106). Sum of RGB (Red+Green+Blue) = 62+49+106=217 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.57% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #3E316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E316A is #C1CE95. Grayscale: #3B3B3B. Windows color (decimal): -12701334 or 6959422. OLE color: 6959422.
HSL color Cylindrical-coordinate representation of color #3E316A: hue angle of 253.68º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E316A is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 49 | 106 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.58 |
| HSL | 253.68º | 0.37% | 0.3% | - |
| HSV(B) | 253.68º | 0.54% | 0.42% | - |
| XYZ | 5.69 | 4.26 | 14.16 | - |
| YUV | 59.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 106 | 0.42 | 0.54 | 0 | 0.58 | 253.68 | 0.37 | 0.3 |
| Hex | 3E | 31 | 6A | 2A | 36 | 0 | 3A | FE | 25 | 1E |
| Octal | 76 | 61 | 152 | 52 | 66 | 0 | 72 | 376 | 45 | 36 |
| Binary | 111110 | 110001 | 1101010 | 101010 | 110110 | 0 | 111010 | 11111110 | 100101 | 11110 |
Color Harmonies of #3E316A
Complementary color
Monochromatic Colors of #3E316A
Black with #3E316A
Text Example
Text Example
White with #3E316A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E316A; }
p { color: rgb(62,49,106); }
H1.HeaderClassName
{
color: #3E316A;
}
.AnyTagClassName
{
color: #3E316A;
}
</style>
background-color css
<style>
a { background-color: #3E316A; }
a { background-color: rgb(62,49,106); }
div.DivClassName
{
background-color: #3E316A;
}
.BgClassName
{
background-color: #3E316A;
}
</style>
border-color css
<style>
span { border-color: #3E316A; }
span { border-color: rgb(62,49,106); }
td.TdClassName
{
border-color: #3E316A;
}
.TagClassName
{
border-color: #3E316A;
}
</style>