Shades of Minsk #412F64
Tints of Minsk #412F64
RGB
CMYK
RGB Variations
Color information
#412F64 (or 0x412F64) is known color: Minsk. HEX triplet: 41, 2F and 64. RGB value is (65,47,100). Sum of RGB (Red+Green+Blue) = 65+47+100=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #412F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F64 is #BED09B. Grayscale: #3A3A3A. Windows color (decimal): -12505244 or 6565697. OLE color: 6565697.
HSL color Cylindrical-coordinate representation of color #412F64: hue angle of 260.38º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #412F64 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 47 | 100 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.61 |
| HSL | 260.38º | 0.36% | 0.29% | - |
| HSV(B) | 260.38º | 0.53% | 0.39% | - |
| XYZ | 5.5 | 4.08 | 12.55 | - |
| YUV | 58.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 100 | 0.35 | 0.53 | 0 | 0.61 | 260.38 | 0.36 | 0.29 |
| Hex | 41 | 2F | 64 | 23 | 35 | 0 | 3D | 104 | 24 | 1D |
| Octal | 101 | 57 | 144 | 43 | 65 | 0 | 75 | 404 | 44 | 35 |
| Binary | 1000001 | 101111 | 1100100 | 100011 | 110101 | 0 | 111101 | 100000100 | 100100 | 11101 |
Color Harmonies of #412F64
Complementary color
Monochromatic Colors of #412F64
Black with #412F64
Text Example
Text Example
White with #412F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F64; }
p { color: rgb(65,47,100); }
H1.HeaderClassName
{
color: #412F64;
}
.AnyTagClassName
{
color: #412F64;
}
</style>
background-color css
<style>
a { background-color: #412F64; }
a { background-color: rgb(65,47,100); }
div.DivClassName
{
background-color: #412F64;
}
.BgClassName
{
background-color: #412F64;
}
</style>
border-color css
<style>
span { border-color: #412F64; }
span { border-color: rgb(65,47,100); }
td.TdClassName
{
border-color: #412F64;
}
.TagClassName
{
border-color: #412F64;
}
</style>