Shades of Minsk #3D2C67
Tints of Minsk #3D2C67
RGB
CMYK
RGB Variations
Color information
#3D2C67 (or 0x3D2C67) is known color: Minsk. HEX triplet: 3D, 2C and 67. RGB value is (61,44,103). Sum of RGB (Red+Green+Blue) = 61+44+103=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #3D2C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2C67 is #C2D398. Grayscale: #373737. Windows color (decimal): -12768153 or 6761533. OLE color: 6761533.
HSL color Cylindrical-coordinate representation of color #3D2C67: hue angle of 257.29º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D2C67 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 44 | 103 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.60 |
| HSL | 257.29º | 0.4% | 0.29% | - |
| HSV(B) | 257.29º | 0.57% | 0.4% | - |
| XYZ | 5.27 | 3.77 | 13.28 | - |
| YUV | 55.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 103 | 0.41 | 0.57 | 0 | 0.60 | 257.29 | 0.4 | 0.29 |
| Hex | 3D | 2C | 67 | 29 | 39 | 0 | 3C | 101 | 28 | 1D |
| Octal | 75 | 54 | 147 | 51 | 71 | 0 | 74 | 401 | 50 | 35 |
| Binary | 111101 | 101100 | 1100111 | 101001 | 111001 | 0 | 111100 | 100000001 | 101000 | 11101 |
Color Harmonies of #3D2C67
Complementary color
Monochromatic Colors of #3D2C67
Black with #3D2C67
Text Example
Text Example
White with #3D2C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C67; }
p { color: rgb(61,44,103); }
H1.HeaderClassName
{
color: #3D2C67;
}
.AnyTagClassName
{
color: #3D2C67;
}
</style>
background-color css
<style>
a { background-color: #3D2C67; }
a { background-color: rgb(61,44,103); }
div.DivClassName
{
background-color: #3D2C67;
}
.BgClassName
{
background-color: #3D2C67;
}
</style>
border-color css
<style>
span { border-color: #3D2C67; }
span { border-color: rgb(61,44,103); }
td.TdClassName
{
border-color: #3D2C67;
}
.TagClassName
{
border-color: #3D2C67;
}
</style>