Shades of Minsk #3E316B
Tints of Minsk #3E316B
RGB
CMYK
RGB Variations
Color information
#3E316B (or 0x3E316B) is known color: Minsk. HEX triplet: 3E, 31 and 6B. RGB value is (62,49,107). Sum of RGB (Red+Green+Blue) = 62+49+107=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E316B is #C1CE94. Grayscale: #3B3B3B. Windows color (decimal): -12701333 or 7024958. OLE color: 7024958.
HSL color Cylindrical-coordinate representation of color #3E316B: hue angle of 253.45º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E316B is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 49 | 107 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.58 |
| HSL | 253.45º | 0.37% | 0.31% | - |
| HSV(B) | 253.45º | 0.54% | 0.42% | - |
| XYZ | 5.74 | 4.28 | 14.43 | - |
| YUV | 59.5 | 154.81 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 107 | 0.42 | 0.54 | 0 | 0.58 | 253.45 | 0.37 | 0.31 |
| Hex | 3E | 31 | 6B | 2A | 36 | 0 | 3A | FD | 25 | 1F |
| Octal | 76 | 61 | 153 | 52 | 66 | 0 | 72 | 375 | 45 | 37 |
| Binary | 111110 | 110001 | 1101011 | 101010 | 110110 | 0 | 111010 | 11111101 | 100101 | 11111 |
Color Harmonies of #3E316B
Complementary color
Monochromatic Colors of #3E316B
Black with #3E316B
Text Example
Text Example
White with #3E316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E316B; }
p { color: rgb(62,49,107); }
H1.HeaderClassName
{
color: #3E316B;
}
.AnyTagClassName
{
color: #3E316B;
}
</style>
background-color css
<style>
a { background-color: #3E316B; }
a { background-color: rgb(62,49,107); }
div.DivClassName
{
background-color: #3E316B;
}
.BgClassName
{
background-color: #3E316B;
}
</style>
border-color css
<style>
span { border-color: #3E316B; }
span { border-color: rgb(62,49,107); }
td.TdClassName
{
border-color: #3E316B;
}
.TagClassName
{
border-color: #3E316B;
}
</style>