Shades of Minsk #3F3275
Tints of Minsk #3F3275
RGB
CMYK
RGB Variations
Color information
#3F3275 (or 0x3F3275) is known color: Minsk. HEX triplet: 3F, 32 and 75. RGB value is (63,50,117). Sum of RGB (Red+Green+Blue) = 63+50+117=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F3275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3275 is #C0CD8A. Grayscale: #3D3D3D. Windows color (decimal): -12635531 or 7680575. OLE color: 7680575.
HSL color Cylindrical-coordinate representation of color #3F3275: hue angle of 251.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F3275 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 50 | 117 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.54 |
| HSL | 251.64º | 0.4% | 0.33% | - |
| HSV(B) | 251.64º | 0.57% | 0.46% | - |
| XYZ | 6.4 | 4.62 | 17.38 | - |
| YUV | 61.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 117 | 0.46 | 0.57 | 0 | 0.54 | 251.64 | 0.4 | 0.33 |
| Hex | 3F | 32 | 75 | 2E | 39 | 0 | 36 | FC | 28 | 21 |
| Octal | 77 | 62 | 165 | 56 | 71 | 0 | 66 | 374 | 50 | 41 |
| Binary | 111111 | 110010 | 1110101 | 101110 | 111001 | 0 | 110110 | 11111100 | 101000 | 100001 |
Color Harmonies of #3F3275
Complementary color
Monochromatic Colors of #3F3275
Black with #3F3275
Text Example
Text Example
White with #3F3275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3275; }
p { color: rgb(63,50,117); }
H1.HeaderClassName
{
color: #3F3275;
}
.AnyTagClassName
{
color: #3F3275;
}
</style>
background-color css
<style>
a { background-color: #3F3275; }
a { background-color: rgb(63,50,117); }
div.DivClassName
{
background-color: #3F3275;
}
.BgClassName
{
background-color: #3F3275;
}
</style>
border-color css
<style>
span { border-color: #3F3275; }
span { border-color: rgb(63,50,117); }
td.TdClassName
{
border-color: #3F3275;
}
.TagClassName
{
border-color: #3F3275;
}
</style>