Shades of Minsk #3F3967
Tints of Minsk #3F3967
RGB
CMYK
RGB Variations
Color information
#3F3967 (or 0x3F3967) is known color: Minsk. HEX triplet: 3F, 39 and 67. RGB value is (63,57,103). Sum of RGB (Red+Green+Blue) = 63+57+103=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F3967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3967 is #C0C698. Grayscale: #3F3F3F. Windows color (decimal): -12633753 or 6764863. OLE color: 6764863.
HSL color Cylindrical-coordinate representation of color #3F3967: hue angle of 247.83º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F3967 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 57 | 103 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.60 |
| HSL | 247.83º | 0.29% | 0.31% | - |
| HSV(B) | 247.83º | 0.45% | 0.4% | - |
| XYZ | 5.96 | 4.96 | 13.48 | - |
| YUV | 64.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 103 | 0.39 | 0.45 | 0 | 0.60 | 247.83 | 0.29 | 0.31 |
| Hex | 3F | 39 | 67 | 27 | 2D | 0 | 3C | F8 | 1D | 1F |
| Octal | 77 | 71 | 147 | 47 | 55 | 0 | 74 | 370 | 35 | 37 |
| Binary | 111111 | 111001 | 1100111 | 100111 | 101101 | 0 | 111100 | 11111000 | 11101 | 11111 |
Color Harmonies of #3F3967
Complementary color
Monochromatic Colors of #3F3967
Black with #3F3967
Text Example
Text Example
White with #3F3967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3967; }
p { color: rgb(63,57,103); }
H1.HeaderClassName
{
color: #3F3967;
}
.AnyTagClassName
{
color: #3F3967;
}
</style>
background-color css
<style>
a { background-color: #3F3967; }
a { background-color: rgb(63,57,103); }
div.DivClassName
{
background-color: #3F3967;
}
.BgClassName
{
background-color: #3F3967;
}
</style>
border-color css
<style>
span { border-color: #3F3967; }
span { border-color: rgb(63,57,103); }
td.TdClassName
{
border-color: #3F3967;
}
.TagClassName
{
border-color: #3F3967;
}
</style>