Shades of Minsk #3A2967
Tints of Minsk #3A2967
RGB
CMYK
RGB Variations
Color information
#3A2967 (or 0x3A2967) is known color: Minsk. HEX triplet: 3A, 29 and 67. RGB value is (58,41,103). Sum of RGB (Red+Green+Blue) = 58+41+103=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A2967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2967 is #C5D698. Grayscale: #343434. Windows color (decimal): -12965529 or 6760762. OLE color: 6760762.
HSL color Cylindrical-coordinate representation of color #3A2967: hue angle of 256.45º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A2967 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 41 | 103 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.60 |
| HSL | 256.45º | 0.43% | 0.28% | - |
| HSV(B) | 256.45º | 0.6% | 0.4% | - |
| XYZ | 4.99 | 3.46 | 13.24 | - |
| YUV | 53.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 103 | 0.44 | 0.60 | 0 | 0.60 | 256.45 | 0.43 | 0.28 |
| Hex | 3A | 29 | 67 | 2C | 3C | 0 | 3C | 100 | 2B | 1C |
| Octal | 72 | 51 | 147 | 54 | 74 | 0 | 74 | 400 | 53 | 34 |
| Binary | 111010 | 101001 | 1100111 | 101100 | 111100 | 0 | 111100 | 100000000 | 101011 | 11100 |
Color Harmonies of #3A2967
Complementary color
Monochromatic Colors of #3A2967
Black with #3A2967
Text Example
Text Example
White with #3A2967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2967; }
p { color: rgb(58,41,103); }
H1.HeaderClassName
{
color: #3A2967;
}
.AnyTagClassName
{
color: #3A2967;
}
</style>
background-color css
<style>
a { background-color: #3A2967; }
a { background-color: rgb(58,41,103); }
div.DivClassName
{
background-color: #3A2967;
}
.BgClassName
{
background-color: #3A2967;
}
</style>
border-color css
<style>
span { border-color: #3A2967; }
span { border-color: rgb(58,41,103); }
td.TdClassName
{
border-color: #3A2967;
}
.TagClassName
{
border-color: #3A2967;
}
</style>