Shades of Minsk #3A3170
Tints of Minsk #3A3170
RGB
CMYK
RGB Variations
Color information
#3A3170 (or 0x3A3170) is known color: Minsk. HEX triplet: 3A, 31 and 70. RGB value is (58,49,112). Sum of RGB (Red+Green+Blue) = 58+49+112=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A3170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3170 is #C5CE8F. Grayscale: #3A3A3A. Windows color (decimal): -12963472 or 7352634. OLE color: 7352634.
HSL color Cylindrical-coordinate representation of color #3A3170: hue angle of 248.57º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3170 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 49 | 112 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.56 |
| HSL | 248.57º | 0.39% | 0.32% | - |
| HSV(B) | 248.57º | 0.56% | 0.44% | - |
| XYZ | 5.77 | 4.27 | 15.85 | - |
| YUV | 58.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 112 | 0.48 | 0.56 | 0 | 0.56 | 248.57 | 0.39 | 0.32 |
| Hex | 3A | 31 | 70 | 30 | 38 | 0 | 38 | F9 | 27 | 20 |
| Octal | 72 | 61 | 160 | 60 | 70 | 0 | 70 | 371 | 47 | 40 |
| Binary | 111010 | 110001 | 1110000 | 110000 | 111000 | 0 | 111000 | 11111001 | 100111 | 100000 |
Color Harmonies of #3A3170
Complementary color
Monochromatic Colors of #3A3170
Black with #3A3170
Text Example
Text Example
White with #3A3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3170; }
p { color: rgb(58,49,112); }
H1.HeaderClassName
{
color: #3A3170;
}
.AnyTagClassName
{
color: #3A3170;
}
</style>
background-color css
<style>
a { background-color: #3A3170; }
a { background-color: rgb(58,49,112); }
div.DivClassName
{
background-color: #3A3170;
}
.BgClassName
{
background-color: #3A3170;
}
</style>
border-color css
<style>
span { border-color: #3A3170; }
span { border-color: rgb(58,49,112); }
td.TdClassName
{
border-color: #3A3170;
}
.TagClassName
{
border-color: #3A3170;
}
</style>