Shades of Minsk #3F3272
Tints of Minsk #3F3272
RGB
CMYK
RGB Variations
Color information
#3F3272 (or 0x3F3272) is known color: Minsk. HEX triplet: 3F, 32 and 72. RGB value is (63,50,114). Sum of RGB (Red+Green+Blue) = 63+50+114=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F3272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3272 is #C0CD8D. Grayscale: #3C3C3C. Windows color (decimal): -12635534 or 7483967. OLE color: 7483967.
HSL color Cylindrical-coordinate representation of color #3F3272: hue angle of 252.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F3272 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 50 | 114 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.55 |
| HSL | 252.19º | 0.39% | 0.32% | - |
| HSV(B) | 252.19º | 0.56% | 0.45% | - |
| XYZ | 6.23 | 4.55 | 16.47 | - |
| YUV | 61.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 114 | 0.45 | 0.56 | 0 | 0.55 | 252.19 | 0.39 | 0.32 |
| Hex | 3F | 32 | 72 | 2D | 38 | 0 | 37 | FC | 27 | 20 |
| Octal | 77 | 62 | 162 | 55 | 70 | 0 | 67 | 374 | 47 | 40 |
| Binary | 111111 | 110010 | 1110010 | 101101 | 111000 | 0 | 110111 | 11111100 | 100111 | 100000 |
Color Harmonies of #3F3272
Complementary color
Monochromatic Colors of #3F3272
Black with #3F3272
Text Example
Text Example
White with #3F3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3272; }
p { color: rgb(63,50,114); }
H1.HeaderClassName
{
color: #3F3272;
}
.AnyTagClassName
{
color: #3F3272;
}
</style>
background-color css
<style>
a { background-color: #3F3272; }
a { background-color: rgb(63,50,114); }
div.DivClassName
{
background-color: #3F3272;
}
.BgClassName
{
background-color: #3F3272;
}
</style>
border-color css
<style>
span { border-color: #3F3272; }
span { border-color: rgb(63,50,114); }
td.TdClassName
{
border-color: #3F3272;
}
.TagClassName
{
border-color: #3F3272;
}
</style>