Shades of Minsk #3A2969
Tints of Minsk #3A2969
RGB
CMYK
RGB Variations
Color information
#3A2969 (or 0x3A2969) is known color: Minsk. HEX triplet: 3A, 29 and 69. RGB value is (58,41,105). Sum of RGB (Red+Green+Blue) = 58+41+105=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A2969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2969 is #C5D696. Grayscale: #353535. Windows color (decimal): -12965527 or 6891834. OLE color: 6891834.
HSL color Cylindrical-coordinate representation of color #3A2969: hue angle of 255.94º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A2969 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 41 | 105 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.59 |
| HSL | 255.94º | 0.44% | 0.29% | - |
| HSV(B) | 255.94º | 0.61% | 0.41% | - |
| XYZ | 5.09 | 3.51 | 13.77 | - |
| YUV | 53.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 105 | 0.45 | 0.61 | 0 | 0.59 | 255.94 | 0.44 | 0.29 |
| Hex | 3A | 29 | 69 | 2D | 3D | 0 | 3B | 100 | 2C | 1D |
| Octal | 72 | 51 | 151 | 55 | 75 | 0 | 73 | 400 | 54 | 35 |
| Binary | 111010 | 101001 | 1101001 | 101101 | 111101 | 0 | 111011 | 100000000 | 101100 | 11101 |
Color Harmonies of #3A2969
Complementary color
Monochromatic Colors of #3A2969
Black with #3A2969
Text Example
Text Example
White with #3A2969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2969; }
p { color: rgb(58,41,105); }
H1.HeaderClassName
{
color: #3A2969;
}
.AnyTagClassName
{
color: #3A2969;
}
</style>
background-color css
<style>
a { background-color: #3A2969; }
a { background-color: rgb(58,41,105); }
div.DivClassName
{
background-color: #3A2969;
}
.BgClassName
{
background-color: #3A2969;
}
</style>
border-color css
<style>
span { border-color: #3A2969; }
span { border-color: rgb(58,41,105); }
td.TdClassName
{
border-color: #3A2969;
}
.TagClassName
{
border-color: #3A2969;
}
</style>