Shades of Minsk #3A296A
Tints of Minsk #3A296A
RGB
CMYK
RGB Variations
Color information
#3A296A (or 0x3A296A) is known color: Minsk. HEX triplet: 3A, 29 and 6A. RGB value is (58,41,106). Sum of RGB (Red+Green+Blue) = 58+41+106=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A296A is #C5D695. Grayscale: #353535. Windows color (decimal): -12965526 or 6957370. OLE color: 6957370.
HSL color Cylindrical-coordinate representation of color #3A296A: hue angle of 255.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A296A is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 41 | 106 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.58 |
| HSL | 255.69º | 0.44% | 0.29% | - |
| HSV(B) | 255.69º | 0.61% | 0.42% | - |
| XYZ | 5.14 | 3.53 | 14.05 | - |
| YUV | 53.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 106 | 0.45 | 0.61 | 0 | 0.58 | 255.69 | 0.44 | 0.29 |
| Hex | 3A | 29 | 6A | 2D | 3D | 0 | 3A | 100 | 2C | 1D |
| Octal | 72 | 51 | 152 | 55 | 75 | 0 | 72 | 400 | 54 | 35 |
| Binary | 111010 | 101001 | 1101010 | 101101 | 111101 | 0 | 111010 | 100000000 | 101100 | 11101 |
Color Harmonies of #3A296A
Complementary color
Monochromatic Colors of #3A296A
Black with #3A296A
Text Example
Text Example
White with #3A296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A296A; }
p { color: rgb(58,41,106); }
H1.HeaderClassName
{
color: #3A296A;
}
.AnyTagClassName
{
color: #3A296A;
}
</style>
background-color css
<style>
a { background-color: #3A296A; }
a { background-color: rgb(58,41,106); }
div.DivClassName
{
background-color: #3A296A;
}
.BgClassName
{
background-color: #3A296A;
}
</style>
border-color css
<style>
span { border-color: #3A296A; }
span { border-color: rgb(58,41,106); }
td.TdClassName
{
border-color: #3A296A;
}
.TagClassName
{
border-color: #3A296A;
}
</style>