Shades of Minsk #3E2F71
Tints of Minsk #3E2F71
RGB
CMYK
RGB Variations
Color information
#3E2F71 (or 0x3E2F71) is known color: Minsk. HEX triplet: 3E, 2F and 71. RGB value is (62,47,113). Sum of RGB (Red+Green+Blue) = 62+47+113=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E2F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2F71 is #C1D08E. Grayscale: #3A3A3A. Windows color (decimal): -12701839 or 7417662. OLE color: 7417662.
HSL color Cylindrical-coordinate representation of color #3E2F71: hue angle of 253.64º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E2F71 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 47 | 113 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.56 |
| HSL | 253.64º | 0.41% | 0.31% | - |
| HSV(B) | 253.64º | 0.58% | 0.44% | - |
| XYZ | 5.98 | 4.25 | 16.13 | - |
| YUV | 59.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 113 | 0.45 | 0.58 | 0 | 0.56 | 253.64 | 0.41 | 0.31 |
| Hex | 3E | 2F | 71 | 2D | 3A | 0 | 38 | FE | 29 | 1F |
| Octal | 76 | 57 | 161 | 55 | 72 | 0 | 70 | 376 | 51 | 37 |
| Binary | 111110 | 101111 | 1110001 | 101101 | 111010 | 0 | 111000 | 11111110 | 101001 | 11111 |
Color Harmonies of #3E2F71
Complementary color
Monochromatic Colors of #3E2F71
Black with #3E2F71
Text Example
Text Example
White with #3E2F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2F71; }
p { color: rgb(62,47,113); }
H1.HeaderClassName
{
color: #3E2F71;
}
.AnyTagClassName
{
color: #3E2F71;
}
</style>
background-color css
<style>
a { background-color: #3E2F71; }
a { background-color: rgb(62,47,113); }
div.DivClassName
{
background-color: #3E2F71;
}
.BgClassName
{
background-color: #3E2F71;
}
</style>
border-color css
<style>
span { border-color: #3E2F71; }
span { border-color: rgb(62,47,113); }
td.TdClassName
{
border-color: #3E2F71;
}
.TagClassName
{
border-color: #3E2F71;
}
</style>