Shades of Minsk #3A2973
Tints of Minsk #3A2973
RGB
CMYK
RGB Variations
Color information
#3A2973 (or 0x3A2973) is known color: Minsk. HEX triplet: 3A, 29 and 73. RGB value is (58,41,115). Sum of RGB (Red+Green+Blue) = 58+41+115=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A2973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2973 is #C5D68C. Grayscale: #363636. Windows color (decimal): -12965517 or 7547194. OLE color: 7547194.
HSL color Cylindrical-coordinate representation of color #3A2973: hue angle of 253.78º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A2973 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 41 | 115 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.55 |
| HSL | 253.78º | 0.47% | 0.31% | - |
| HSV(B) | 253.78º | 0.64% | 0.45% | - |
| XYZ | 5.63 | 3.72 | 16.64 | - |
| YUV | 54.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 115 | 0.50 | 0.64 | 0 | 0.55 | 253.78 | 0.47 | 0.31 |
| Hex | 3A | 29 | 73 | 32 | 40 | 0 | 37 | FE | 2F | 1F |
| Octal | 72 | 51 | 163 | 62 | 100 | 0 | 67 | 376 | 57 | 37 |
| Binary | 111010 | 101001 | 1110011 | 110010 | 1000000 | 0 | 110111 | 11111110 | 101111 | 11111 |
Color Harmonies of #3A2973
Complementary color
Monochromatic Colors of #3A2973
Black with #3A2973
Text Example
Text Example
White with #3A2973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2973; }
p { color: rgb(58,41,115); }
H1.HeaderClassName
{
color: #3A2973;
}
.AnyTagClassName
{
color: #3A2973;
}
</style>
background-color css
<style>
a { background-color: #3A2973; }
a { background-color: rgb(58,41,115); }
div.DivClassName
{
background-color: #3A2973;
}
.BgClassName
{
background-color: #3A2973;
}
</style>
border-color css
<style>
span { border-color: #3A2973; }
span { border-color: rgb(58,41,115); }
td.TdClassName
{
border-color: #3A2973;
}
.TagClassName
{
border-color: #3A2973;
}
</style>