Shades of Minsk #3C316D
Tints of Minsk #3C316D
RGB
CMYK
RGB Variations
Color information
#3C316D (or 0x3C316D) is known color: Minsk. HEX triplet: 3C, 31 and 6D. RGB value is (60,49,109). Sum of RGB (Red+Green+Blue) = 60+49+109=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C316D is #C3CE92. Grayscale: #3A3A3A. Windows color (decimal): -12832403 or 7156028. OLE color: 7156028.
HSL color Cylindrical-coordinate representation of color #3C316D: hue angle of 251º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C316D is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 60 | 49 | 109 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.57 |
| HSL | 251º | 0.38% | 0.31% | - |
| HSV(B) | 251º | 0.55% | 0.43% | - |
| XYZ | 5.72 | 4.26 | 14.99 | - |
| YUV | 59.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 109 | 0.45 | 0.55 | 0 | 0.57 | 251 | 0.38 | 0.31 |
| Hex | 3C | 31 | 6D | 2D | 37 | 0 | 39 | FB | 26 | 1F |
| Octal | 74 | 61 | 155 | 55 | 67 | 0 | 71 | 373 | 46 | 37 |
| Binary | 111100 | 110001 | 1101101 | 101101 | 110111 | 0 | 111001 | 11111011 | 100110 | 11111 |
Color Harmonies of #3C316D
Complementary color
Monochromatic Colors of #3C316D
Black with #3C316D
Text Example
Text Example
White with #3C316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C316D; }
p { color: rgb(60,49,109); }
H1.HeaderClassName
{
color: #3C316D;
}
.AnyTagClassName
{
color: #3C316D;
}
</style>
background-color css
<style>
a { background-color: #3C316D; }
a { background-color: rgb(60,49,109); }
div.DivClassName
{
background-color: #3C316D;
}
.BgClassName
{
background-color: #3C316D;
}
</style>
border-color css
<style>
span { border-color: #3C316D; }
span { border-color: rgb(60,49,109); }
td.TdClassName
{
border-color: #3C316D;
}
.TagClassName
{
border-color: #3C316D;
}
</style>