Shades of Minsk #3A2670
Tints of Minsk #3A2670
RGB
CMYK
RGB Variations
Color information
#3A2670 (or 0x3A2670) is known color: Minsk. HEX triplet: 3A, 26 and 70. RGB value is (58,38,112). Sum of RGB (Red+Green+Blue) = 58+38+112=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A2670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2670 is #C5D98F. Grayscale: #343434. Windows color (decimal): -12966288 or 7349818. OLE color: 7349818.
HSL color Cylindrical-coordinate representation of color #3A2670: hue angle of 256.22º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A2670 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 38 | 112 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.56 |
| HSL | 256.22º | 0.49% | 0.29% | - |
| HSV(B) | 256.22º | 0.66% | 0.44% | - |
| XYZ | 5.36 | 3.46 | 15.71 | - |
| YUV | 52.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 112 | 0.48 | 0.66 | 0 | 0.56 | 256.22 | 0.49 | 0.29 |
| Hex | 3A | 26 | 70 | 30 | 42 | 0 | 38 | 100 | 31 | 1D |
| Octal | 72 | 46 | 160 | 60 | 102 | 0 | 70 | 400 | 61 | 35 |
| Binary | 111010 | 100110 | 1110000 | 110000 | 1000010 | 0 | 111000 | 100000000 | 110001 | 11101 |
Color Harmonies of #3A2670
Complementary color
Monochromatic Colors of #3A2670
Black with #3A2670
Text Example
Text Example
White with #3A2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2670; }
p { color: rgb(58,38,112); }
H1.HeaderClassName
{
color: #3A2670;
}
.AnyTagClassName
{
color: #3A2670;
}
</style>
background-color css
<style>
a { background-color: #3A2670; }
a { background-color: rgb(58,38,112); }
div.DivClassName
{
background-color: #3A2670;
}
.BgClassName
{
background-color: #3A2670;
}
</style>
border-color css
<style>
span { border-color: #3A2670; }
span { border-color: rgb(58,38,112); }
td.TdClassName
{
border-color: #3A2670;
}
.TagClassName
{
border-color: #3A2670;
}
</style>