Shades of Minsk #3F2F70
Tints of Minsk #3F2F70
RGB
CMYK
RGB Variations
Color information
#3F2F70 (or 0x3F2F70) is known color: Minsk. HEX triplet: 3F, 2F and 70. RGB value is (63,47,112). Sum of RGB (Red+Green+Blue) = 63+47+112=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F2F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2F70 is #C0D08F. Grayscale: #3A3A3A. Windows color (decimal): -12636304 or 7352127. OLE color: 7352127.
HSL color Cylindrical-coordinate representation of color #3F2F70: hue angle of 254.77º 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 #3F2F70 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 47 | 112 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.56 |
| HSL | 254.77º | 0.41% | 0.31% | - |
| HSV(B) | 254.77º | 0.58% | 0.44% | - |
| XYZ | 5.99 | 4.26 | 15.84 | - |
| YUV | 59.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 112 | 0.44 | 0.58 | 0 | 0.56 | 254.77 | 0.41 | 0.31 |
| Hex | 3F | 2F | 70 | 2C | 3A | 0 | 38 | FF | 29 | 1F |
| Octal | 77 | 57 | 160 | 54 | 72 | 0 | 70 | 377 | 51 | 37 |
| Binary | 111111 | 101111 | 1110000 | 101100 | 111010 | 0 | 111000 | 11111111 | 101001 | 11111 |
Color Harmonies of #3F2F70
Complementary color
Monochromatic Colors of #3F2F70
Black with #3F2F70
Text Example
Text Example
White with #3F2F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F70; }
p { color: rgb(63,47,112); }
H1.HeaderClassName
{
color: #3F2F70;
}
.AnyTagClassName
{
color: #3F2F70;
}
</style>
background-color css
<style>
a { background-color: #3F2F70; }
a { background-color: rgb(63,47,112); }
div.DivClassName
{
background-color: #3F2F70;
}
.BgClassName
{
background-color: #3F2F70;
}
</style>
border-color css
<style>
span { border-color: #3F2F70; }
span { border-color: rgb(63,47,112); }
td.TdClassName
{
border-color: #3F2F70;
}
.TagClassName
{
border-color: #3F2F70;
}
</style>