Shades of Minsk #3A2A71
Tints of Minsk #3A2A71
RGB
CMYK
RGB Variations
Color information
#3A2A71 (or 0x3A2A71) is known color: Minsk. HEX triplet: 3A, 2A and 71. RGB value is (58,42,113). Sum of RGB (Red+Green+Blue) = 58+42+113=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A2A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A71 is #C5D58E. Grayscale: #363636. Windows color (decimal): -12965263 or 7416378. OLE color: 7416378.
HSL color Cylindrical-coordinate representation of color #3A2A71: hue angle of 253.52º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A2A71 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 42 | 113 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.56 |
| HSL | 253.52º | 0.46% | 0.3% | - |
| HSV(B) | 253.52º | 0.63% | 0.44% | - |
| XYZ | 5.55 | 3.75 | 16.05 | - |
| YUV | 54.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 113 | 0.49 | 0.63 | 0 | 0.56 | 253.52 | 0.46 | 0.3 |
| Hex | 3A | 2A | 71 | 31 | 3F | 0 | 38 | FE | 2E | 1E |
| Octal | 72 | 52 | 161 | 61 | 77 | 0 | 70 | 376 | 56 | 36 |
| Binary | 111010 | 101010 | 1110001 | 110001 | 111111 | 0 | 111000 | 11111110 | 101110 | 11110 |
Color Harmonies of #3A2A71
Complementary color
Monochromatic Colors of #3A2A71
Black with #3A2A71
Text Example
Text Example
White with #3A2A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A71; }
p { color: rgb(58,42,113); }
H1.HeaderClassName
{
color: #3A2A71;
}
.AnyTagClassName
{
color: #3A2A71;
}
</style>
background-color css
<style>
a { background-color: #3A2A71; }
a { background-color: rgb(58,42,113); }
div.DivClassName
{
background-color: #3A2A71;
}
.BgClassName
{
background-color: #3A2A71;
}
</style>
border-color css
<style>
span { border-color: #3A2A71; }
span { border-color: rgb(58,42,113); }
td.TdClassName
{
border-color: #3A2A71;
}
.TagClassName
{
border-color: #3A2A71;
}
</style>