Shades of Minsk #3C3279
Tints of Minsk #3C3279
RGB
CMYK
RGB Variations
Color information
#3C3279 (or 0x3C3279) is known color: Minsk. HEX triplet: 3C, 32 and 79. RGB value is (60,50,121). Sum of RGB (Red+Green+Blue) = 60+50+121=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 121 (47.66% from 255 or 52.38% from 231); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C3279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3279 is #C3CD86. Grayscale: #3C3C3C. Windows color (decimal): -12832135 or 7942716. OLE color: 7942716.
HSL color Cylindrical-coordinate representation of color #3C3279: hue angle of 248.45º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C3279 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 60 | 50 | 121 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.53 |
| HSL | 248.45º | 0.42% | 0.34% | - |
| HSV(B) | 248.45º | 0.59% | 0.47% | - |
| XYZ | 6.46 | 4.62 | 18.64 | - |
| YUV | 61.08 | 161.81 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 121 | 0.50 | 0.59 | 0 | 0.53 | 248.45 | 0.42 | 0.34 |
| Hex | 3C | 32 | 79 | 32 | 3B | 0 | 35 | F8 | 2A | 22 |
| Octal | 74 | 62 | 171 | 62 | 73 | 0 | 65 | 370 | 52 | 42 |
| Binary | 111100 | 110010 | 1111001 | 110010 | 111011 | 0 | 110101 | 11111000 | 101010 | 100010 |
Color Harmonies of #3C3279
Complementary color
Monochromatic Colors of #3C3279
Black with #3C3279
Text Example
Text Example
White with #3C3279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3279; }
p { color: rgb(60,50,121); }
H1.HeaderClassName
{
color: #3C3279;
}
.AnyTagClassName
{
color: #3C3279;
}
</style>
background-color css
<style>
a { background-color: #3C3279; }
a { background-color: rgb(60,50,121); }
div.DivClassName
{
background-color: #3C3279;
}
.BgClassName
{
background-color: #3C3279;
}
</style>
border-color css
<style>
span { border-color: #3C3279; }
span { border-color: rgb(60,50,121); }
td.TdClassName
{
border-color: #3C3279;
}
.TagClassName
{
border-color: #3C3279;
}
</style>