Shades of Minsk #3E326D
Tints of Minsk #3E326D
RGB
CMYK
RGB Variations
Color information
#3E326D (or 0x3E326D) is known color: Minsk. HEX triplet: 3E, 32 and 6D. RGB value is (62,50,109). Sum of RGB (Red+Green+Blue) = 62+50+109=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E326D is #C1CD92. Grayscale: #3C3C3C. Windows color (decimal): -12701075 or 7156286. OLE color: 7156286.
HSL color Cylindrical-coordinate representation of color #3E326D: hue angle of 252.2º 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 #3E326D is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 50 | 109 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.57 |
| HSL | 252.2º | 0.37% | 0.31% | - |
| HSV(B) | 252.2º | 0.54% | 0.43% | - |
| XYZ | 5.89 | 4.41 | 15.01 | - |
| YUV | 60.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 109 | 0.43 | 0.54 | 0 | 0.57 | 252.2 | 0.37 | 0.31 |
| Hex | 3E | 32 | 6D | 2B | 36 | 0 | 39 | FC | 25 | 1F |
| Octal | 76 | 62 | 155 | 53 | 66 | 0 | 71 | 374 | 45 | 37 |
| Binary | 111110 | 110010 | 1101101 | 101011 | 110110 | 0 | 111001 | 11111100 | 100101 | 11111 |
Color Harmonies of #3E326D
Complementary color
Monochromatic Colors of #3E326D
Black with #3E326D
Text Example
Text Example
White with #3E326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E326D; }
p { color: rgb(62,50,109); }
H1.HeaderClassName
{
color: #3E326D;
}
.AnyTagClassName
{
color: #3E326D;
}
</style>
background-color css
<style>
a { background-color: #3E326D; }
a { background-color: rgb(62,50,109); }
div.DivClassName
{
background-color: #3E326D;
}
.BgClassName
{
background-color: #3E326D;
}
</style>
border-color css
<style>
span { border-color: #3E326D; }
span { border-color: rgb(62,50,109); }
td.TdClassName
{
border-color: #3E326D;
}
.TagClassName
{
border-color: #3E326D;
}
</style>