Shades of Minsk #412C6A
Tints of Minsk #412C6A
RGB
CMYK
RGB Variations
Color information
#412C6A (or 0x412C6A) is known color: Minsk. HEX triplet: 41, 2C and 6A. RGB value is (65,44,106). Sum of RGB (Red+Green+Blue) = 65+44+106=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #412C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412C6A is #BED395. Grayscale: #393939. Windows color (decimal): -12506006 or 6958145. OLE color: 6958145.
HSL color Cylindrical-coordinate representation of color #412C6A: hue angle of 260.32º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #412C6A is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 44 | 106 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.58 |
| HSL | 260.32º | 0.41% | 0.29% | - |
| HSV(B) | 260.32º | 0.58% | 0.42% | - |
| XYZ | 5.68 | 3.97 | 14.1 | - |
| YUV | 57.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 106 | 0.39 | 0.58 | 0 | 0.58 | 260.32 | 0.41 | 0.29 |
| Hex | 41 | 2C | 6A | 27 | 3A | 0 | 3A | 104 | 29 | 1D |
| Octal | 101 | 54 | 152 | 47 | 72 | 0 | 72 | 404 | 51 | 35 |
| Binary | 1000001 | 101100 | 1101010 | 100111 | 111010 | 0 | 111010 | 100000100 | 101001 | 11101 |
Color Harmonies of #412C6A
Complementary color
Monochromatic Colors of #412C6A
Black with #412C6A
Text Example
Text Example
White with #412C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412C6A; }
p { color: rgb(65,44,106); }
H1.HeaderClassName
{
color: #412C6A;
}
.AnyTagClassName
{
color: #412C6A;
}
</style>
background-color css
<style>
a { background-color: #412C6A; }
a { background-color: rgb(65,44,106); }
div.DivClassName
{
background-color: #412C6A;
}
.BgClassName
{
background-color: #412C6A;
}
</style>
border-color css
<style>
span { border-color: #412C6A; }
span { border-color: rgb(65,44,106); }
td.TdClassName
{
border-color: #412C6A;
}
.TagClassName
{
border-color: #412C6A;
}
</style>