Shades of Minsk #3F3170
Tints of Minsk #3F3170
RGB
CMYK
RGB Variations
Color information
#3F3170 (or 0x3F3170) is known color: Minsk. HEX triplet: 3F, 31 and 70. RGB value is (63,49,112). Sum of RGB (Red+Green+Blue) = 63+49+112=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F3170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3170 is #C0CE8F. Grayscale: #3C3C3C. Windows color (decimal): -12635792 or 7352639. OLE color: 7352639.
HSL color Cylindrical-coordinate representation of color #3F3170: hue angle of 253.33º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F3170 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 49 | 112 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.56 |
| HSL | 253.33º | 0.39% | 0.32% | - |
| HSV(B) | 253.33º | 0.56% | 0.44% | - |
| XYZ | 6.07 | 4.42 | 15.86 | - |
| YUV | 60.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 112 | 0.44 | 0.56 | 0 | 0.56 | 253.33 | 0.39 | 0.32 |
| Hex | 3F | 31 | 70 | 2C | 38 | 0 | 38 | FD | 27 | 20 |
| Octal | 77 | 61 | 160 | 54 | 70 | 0 | 70 | 375 | 47 | 40 |
| Binary | 111111 | 110001 | 1110000 | 101100 | 111000 | 0 | 111000 | 11111101 | 100111 | 100000 |
Color Harmonies of #3F3170
Complementary color
Monochromatic Colors of #3F3170
Black with #3F3170
Text Example
Text Example
White with #3F3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3170; }
p { color: rgb(63,49,112); }
H1.HeaderClassName
{
color: #3F3170;
}
.AnyTagClassName
{
color: #3F3170;
}
</style>
background-color css
<style>
a { background-color: #3F3170; }
a { background-color: rgb(63,49,112); }
div.DivClassName
{
background-color: #3F3170;
}
.BgClassName
{
background-color: #3F3170;
}
</style>
border-color css
<style>
span { border-color: #3F3170; }
span { border-color: rgb(63,49,112); }
td.TdClassName
{
border-color: #3F3170;
}
.TagClassName
{
border-color: #3F3170;
}
</style>