Shades of Minsk #3D3173
Tints of Minsk #3D3173
RGB
CMYK
RGB Variations
Color information
#3D3173 (or 0x3D3173) is known color: Minsk. HEX triplet: 3D, 31 and 73. RGB value is (61,49,115). Sum of RGB (Red+Green+Blue) = 61+49+115=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D3173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3173 is #C2CE8C. Grayscale: #3B3B3B. Windows color (decimal): -12766861 or 7549245. OLE color: 7549245.
HSL color Cylindrical-coordinate representation of color #3D3173: hue angle of 250.91º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D3173 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 49 | 115 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.55 |
| HSL | 250.91º | 0.4% | 0.32% | - |
| HSV(B) | 250.91º | 0.57% | 0.45% | - |
| XYZ | 6.12 | 4.43 | 16.75 | - |
| YUV | 60.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 115 | 0.47 | 0.57 | 0 | 0.55 | 250.91 | 0.4 | 0.32 |
| Hex | 3D | 31 | 73 | 2F | 39 | 0 | 37 | FB | 28 | 20 |
| Octal | 75 | 61 | 163 | 57 | 71 | 0 | 67 | 373 | 50 | 40 |
| Binary | 111101 | 110001 | 1110011 | 101111 | 111001 | 0 | 110111 | 11111011 | 101000 | 100000 |
Color Harmonies of #3D3173
Complementary color
Monochromatic Colors of #3D3173
Black with #3D3173
Text Example
Text Example
White with #3D3173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3173; }
p { color: rgb(61,49,115); }
H1.HeaderClassName
{
color: #3D3173;
}
.AnyTagClassName
{
color: #3D3173;
}
</style>
background-color css
<style>
a { background-color: #3D3173; }
a { background-color: rgb(61,49,115); }
div.DivClassName
{
background-color: #3D3173;
}
.BgClassName
{
background-color: #3D3173;
}
</style>
border-color css
<style>
span { border-color: #3D3173; }
span { border-color: rgb(61,49,115); }
td.TdClassName
{
border-color: #3D3173;
}
.TagClassName
{
border-color: #3D3173;
}
</style>