Shades of Minsk #412F67
Tints of Minsk #412F67
RGB
CMYK
RGB Variations
Color information
#412F67 (or 0x412F67) is known color: Minsk. HEX triplet: 41, 2F and 67. RGB value is (65,47,103). Sum of RGB (Red+Green+Blue) = 65+47+103=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #412F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412F67 is #BED098. Grayscale: #3A3A3A. Windows color (decimal): -12505241 or 6762305. OLE color: 6762305.
HSL color Cylindrical-coordinate representation of color #412F67: hue angle of 259.29º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #412F67 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 47 | 103 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.60 |
| HSL | 259.29º | 0.37% | 0.29% | - |
| HSV(B) | 259.29º | 0.54% | 0.4% | - |
| XYZ | 5.64 | 4.14 | 13.33 | - |
| YUV | 58.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 103 | 0.37 | 0.54 | 0 | 0.60 | 259.29 | 0.37 | 0.29 |
| Hex | 41 | 2F | 67 | 25 | 36 | 0 | 3C | 103 | 25 | 1D |
| Octal | 101 | 57 | 147 | 45 | 66 | 0 | 74 | 403 | 45 | 35 |
| Binary | 1000001 | 101111 | 1100111 | 100101 | 110110 | 0 | 111100 | 100000011 | 100101 | 11101 |
Color Harmonies of #412F67
Complementary color
Monochromatic Colors of #412F67
Black with #412F67
Text Example
Text Example
White with #412F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F67; }
p { color: rgb(65,47,103); }
H1.HeaderClassName
{
color: #412F67;
}
.AnyTagClassName
{
color: #412F67;
}
</style>
background-color css
<style>
a { background-color: #412F67; }
a { background-color: rgb(65,47,103); }
div.DivClassName
{
background-color: #412F67;
}
.BgClassName
{
background-color: #412F67;
}
</style>
border-color css
<style>
span { border-color: #412F67; }
span { border-color: rgb(65,47,103); }
td.TdClassName
{
border-color: #412F67;
}
.TagClassName
{
border-color: #412F67;
}
</style>