Shades of Minsk #3A2972
Tints of Minsk #3A2972
RGB
CMYK
RGB Variations
Color information
#3A2972 (or 0x3A2972) is known color: Minsk. HEX triplet: 3A, 29 and 72. RGB value is (58,41,114). Sum of RGB (Red+Green+Blue) = 58+41+114=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A2972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2972 is #C5D68D. Grayscale: #363636. Windows color (decimal): -12965518 or 7481658. OLE color: 7481658.
HSL color Cylindrical-coordinate representation of color #3A2972: hue angle of 253.97º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A2972 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 41 | 114 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.55 |
| HSL | 253.97º | 0.47% | 0.3% | - |
| HSV(B) | 253.97º | 0.64% | 0.45% | - |
| XYZ | 5.58 | 3.7 | 16.34 | - |
| YUV | 54.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 114 | 0.49 | 0.64 | 0 | 0.55 | 253.97 | 0.47 | 0.3 |
| Hex | 3A | 29 | 72 | 31 | 40 | 0 | 37 | FE | 2F | 1E |
| Octal | 72 | 51 | 162 | 61 | 100 | 0 | 67 | 376 | 57 | 36 |
| Binary | 111010 | 101001 | 1110010 | 110001 | 1000000 | 0 | 110111 | 11111110 | 101111 | 11110 |
Color Harmonies of #3A2972
Complementary color
Monochromatic Colors of #3A2972
Black with #3A2972
Text Example
Text Example
White with #3A2972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2972; }
p { color: rgb(58,41,114); }
H1.HeaderClassName
{
color: #3A2972;
}
.AnyTagClassName
{
color: #3A2972;
}
</style>
background-color css
<style>
a { background-color: #3A2972; }
a { background-color: rgb(58,41,114); }
div.DivClassName
{
background-color: #3A2972;
}
.BgClassName
{
background-color: #3A2972;
}
</style>
border-color css
<style>
span { border-color: #3A2972; }
span { border-color: rgb(58,41,114); }
td.TdClassName
{
border-color: #3A2972;
}
.TagClassName
{
border-color: #3A2972;
}
</style>