Shades of Minsk #3A2A73
Tints of Minsk #3A2A73
RGB
CMYK
RGB Variations
Color information
#3A2A73 (or 0x3A2A73) is known color: Minsk. HEX triplet: 3A, 2A and 73. RGB value is (58,42,115). Sum of RGB (Red+Green+Blue) = 58+42+115=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A2A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A73 is #C5D58C. Grayscale: #363636. Windows color (decimal): -12965261 or 7547450. OLE color: 7547450.
HSL color Cylindrical-coordinate representation of color #3A2A73: hue angle of 253.15º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A2A73 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 42 | 115 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.55 |
| HSL | 253.15º | 0.46% | 0.31% | - |
| HSV(B) | 253.15º | 0.63% | 0.45% | - |
| XYZ | 5.67 | 3.79 | 16.65 | - |
| YUV | 55.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 115 | 0.50 | 0.63 | 0 | 0.55 | 253.15 | 0.46 | 0.31 |
| Hex | 3A | 2A | 73 | 32 | 3F | 0 | 37 | FD | 2E | 1F |
| Octal | 72 | 52 | 163 | 62 | 77 | 0 | 67 | 375 | 56 | 37 |
| Binary | 111010 | 101010 | 1110011 | 110010 | 111111 | 0 | 110111 | 11111101 | 101110 | 11111 |
Color Harmonies of #3A2A73
Complementary color
Monochromatic Colors of #3A2A73
Black with #3A2A73
Text Example
Text Example
White with #3A2A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A73; }
p { color: rgb(58,42,115); }
H1.HeaderClassName
{
color: #3A2A73;
}
.AnyTagClassName
{
color: #3A2A73;
}
</style>
background-color css
<style>
a { background-color: #3A2A73; }
a { background-color: rgb(58,42,115); }
div.DivClassName
{
background-color: #3A2A73;
}
.BgClassName
{
background-color: #3A2A73;
}
</style>
border-color css
<style>
span { border-color: #3A2A73; }
span { border-color: rgb(58,42,115); }
td.TdClassName
{
border-color: #3A2A73;
}
.TagClassName
{
border-color: #3A2A73;
}
</style>