Shades of Minsk #3F2C64
Tints of Minsk #3F2C64
RGB
CMYK
RGB Variations
Color information
#3F2C64 (or 0x3F2C64) is known color: Minsk. HEX triplet: 3F, 2C and 64. RGB value is (63,44,100). Sum of RGB (Red+Green+Blue) = 63+44+100=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #3F2C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2C64 is #C0D39B. Grayscale: #373737. Windows color (decimal): -12637084 or 6564927. OLE color: 6564927.
HSL color Cylindrical-coordinate representation of color #3F2C64: hue angle of 260.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F2C64 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 44 | 100 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.61 |
| HSL | 260.36º | 0.39% | 0.28% | - |
| HSV(B) | 260.36º | 0.56% | 0.39% | - |
| XYZ | 5.25 | 3.78 | 12.51 | - |
| YUV | 56.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 44 | 100 | 0.37 | 0.56 | 0 | 0.61 | 260.36 | 0.39 | 0.28 |
| Hex | 3F | 2C | 64 | 25 | 38 | 0 | 3D | 104 | 27 | 1C |
| Octal | 77 | 54 | 144 | 45 | 70 | 0 | 75 | 404 | 47 | 34 |
| Binary | 111111 | 101100 | 1100100 | 100101 | 111000 | 0 | 111101 | 100000100 | 100111 | 11100 |
Color Harmonies of #3F2C64
Complementary color
Monochromatic Colors of #3F2C64
Black with #3F2C64
Text Example
Text Example
White with #3F2C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2C64; }
p { color: rgb(63,44,100); }
H1.HeaderClassName
{
color: #3F2C64;
}
.AnyTagClassName
{
color: #3F2C64;
}
</style>
background-color css
<style>
a { background-color: #3F2C64; }
a { background-color: rgb(63,44,100); }
div.DivClassName
{
background-color: #3F2C64;
}
.BgClassName
{
background-color: #3F2C64;
}
</style>
border-color css
<style>
span { border-color: #3F2C64; }
span { border-color: rgb(63,44,100); }
td.TdClassName
{
border-color: #3F2C64;
}
.TagClassName
{
border-color: #3F2C64;
}
</style>