Shades of Minsk #3A2771
Tints of Minsk #3A2771
RGB
CMYK
RGB Variations
Color information
#3A2771 (or 0x3A2771) is known color: Minsk. HEX triplet: 3A, 27 and 71. RGB value is (58,39,113). Sum of RGB (Red+Green+Blue) = 58+39+113=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A2771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2771 is #C5D88E. Grayscale: #343434. Windows color (decimal): -12966031 or 7415610. OLE color: 7415610.
HSL color Cylindrical-coordinate representation of color #3A2771: hue angle of 255.41º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A2771 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 39 | 113 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.56 |
| HSL | 255.41º | 0.49% | 0.3% | - |
| HSV(B) | 255.41º | 0.65% | 0.44% | - |
| XYZ | 5.45 | 3.54 | 16.02 | - |
| YUV | 53.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 39 | 113 | 0.49 | 0.65 | 0 | 0.56 | 255.41 | 0.49 | 0.3 |
| Hex | 3A | 27 | 71 | 31 | 41 | 0 | 38 | FF | 31 | 1E |
| Octal | 72 | 47 | 161 | 61 | 101 | 0 | 70 | 377 | 61 | 36 |
| Binary | 111010 | 100111 | 1110001 | 110001 | 1000001 | 0 | 111000 | 11111111 | 110001 | 11110 |
Color Harmonies of #3A2771
Complementary color
Monochromatic Colors of #3A2771
Black with #3A2771
Text Example
Text Example
White with #3A2771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2771; }
p { color: rgb(58,39,113); }
H1.HeaderClassName
{
color: #3A2771;
}
.AnyTagClassName
{
color: #3A2771;
}
</style>
background-color css
<style>
a { background-color: #3A2771; }
a { background-color: rgb(58,39,113); }
div.DivClassName
{
background-color: #3A2771;
}
.BgClassName
{
background-color: #3A2771;
}
</style>
border-color css
<style>
span { border-color: #3A2771; }
span { border-color: rgb(58,39,113); }
td.TdClassName
{
border-color: #3A2771;
}
.TagClassName
{
border-color: #3A2771;
}
</style>