Shades of Minsk #3F2F6E
Tints of Minsk #3F2F6E
RGB
CMYK
RGB Variations
Color information
#3F2F6E (or 0x3F2F6E) is known color: Minsk. HEX triplet: 3F, 2F and 6E. RGB value is (63,47,110). Sum of RGB (Red+Green+Blue) = 63+47+110=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F2F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2F6E is #C0D091. Grayscale: #3A3A3A. Windows color (decimal): -12636306 or 7221055. OLE color: 7221055.
HSL color Cylindrical-coordinate representation of color #3F2F6E: hue angle of 255.24º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F2F6E is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 47 | 110 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.57 |
| HSL | 255.24º | 0.4% | 0.31% | - |
| HSV(B) | 255.24º | 0.57% | 0.43% | - |
| XYZ | 5.88 | 4.22 | 15.26 | - |
| YUV | 58.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 110 | 0.43 | 0.57 | 0 | 0.57 | 255.24 | 0.4 | 0.31 |
| Hex | 3F | 2F | 6E | 2B | 39 | 0 | 39 | FF | 28 | 1F |
| Octal | 77 | 57 | 156 | 53 | 71 | 0 | 71 | 377 | 50 | 37 |
| Binary | 111111 | 101111 | 1101110 | 101011 | 111001 | 0 | 111001 | 11111111 | 101000 | 11111 |
Color Harmonies of #3F2F6E
Complementary color
Monochromatic Colors of #3F2F6E
Black with #3F2F6E
Text Example
Text Example
White with #3F2F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F6E; }
p { color: rgb(63,47,110); }
H1.HeaderClassName
{
color: #3F2F6E;
}
.AnyTagClassName
{
color: #3F2F6E;
}
</style>
background-color css
<style>
a { background-color: #3F2F6E; }
a { background-color: rgb(63,47,110); }
div.DivClassName
{
background-color: #3F2F6E;
}
.BgClassName
{
background-color: #3F2F6E;
}
</style>
border-color css
<style>
span { border-color: #3F2F6E; }
span { border-color: rgb(63,47,110); }
td.TdClassName
{
border-color: #3F2F6E;
}
.TagClassName
{
border-color: #3F2F6E;
}
</style>