Shades of Minsk #3A2871
Tints of Minsk #3A2871
RGB
CMYK
RGB Variations
Color information
#3A2871 (or 0x3A2871) is known color: Minsk. HEX triplet: 3A, 28 and 71. RGB value is (58,40,113). Sum of RGB (Red+Green+Blue) = 58+40+113=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A2871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2871 is #C5D78E. Grayscale: #353535. Windows color (decimal): -12965775 or 7415866. OLE color: 7415866.
HSL color Cylindrical-coordinate representation of color #3A2871: hue angle of 254.79º degrees, saturation: 0.48, 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 #3A2871 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 40 | 113 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.56 |
| HSL | 254.79º | 0.48% | 0.3% | - |
| HSV(B) | 254.79º | 0.65% | 0.44% | - |
| XYZ | 5.48 | 3.61 | 16.03 | - |
| YUV | 53.7 | 161.46 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 113 | 0.49 | 0.65 | 0 | 0.56 | 254.79 | 0.48 | 0.3 |
| Hex | 3A | 28 | 71 | 31 | 41 | 0 | 38 | FF | 30 | 1E |
| Octal | 72 | 50 | 161 | 61 | 101 | 0 | 70 | 377 | 60 | 36 |
| Binary | 111010 | 101000 | 1110001 | 110001 | 1000001 | 0 | 111000 | 11111111 | 110000 | 11110 |
Color Harmonies of #3A2871
Complementary color
Monochromatic Colors of #3A2871
Black with #3A2871
Text Example
Text Example
White with #3A2871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2871; }
p { color: rgb(58,40,113); }
H1.HeaderClassName
{
color: #3A2871;
}
.AnyTagClassName
{
color: #3A2871;
}
</style>
background-color css
<style>
a { background-color: #3A2871; }
a { background-color: rgb(58,40,113); }
div.DivClassName
{
background-color: #3A2871;
}
.BgClassName
{
background-color: #3A2871;
}
</style>
border-color css
<style>
span { border-color: #3A2871; }
span { border-color: rgb(58,40,113); }
td.TdClassName
{
border-color: #3A2871;
}
.TagClassName
{
border-color: #3A2871;
}
</style>