Shades of Minsk #432E69
Tints of Minsk #432E69
RGB
CMYK
RGB Variations
Color information
#432E69 (or 0x432E69) is known color: Minsk. HEX triplet: 43, 2E and 69. RGB value is (67,46,105). Sum of RGB (Red+Green+Blue) = 67+46+105=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #432E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E69 is #BCD196. Grayscale: #3A3A3A. Windows color (decimal): -12374423 or 6893123. OLE color: 6893123.
HSL color Cylindrical-coordinate representation of color #432E69: hue angle of 261.36º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #432E69 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 46 | 105 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.59 |
| HSL | 261.36º | 0.39% | 0.3% | - |
| HSV(B) | 261.36º | 0.56% | 0.41% | - |
| XYZ | 5.84 | 4.17 | 13.86 | - |
| YUV | 59.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 105 | 0.36 | 0.56 | 0 | 0.59 | 261.36 | 0.39 | 0.3 |
| Hex | 43 | 2E | 69 | 24 | 38 | 0 | 3B | 105 | 27 | 1E |
| Octal | 103 | 56 | 151 | 44 | 70 | 0 | 73 | 405 | 47 | 36 |
| Binary | 1000011 | 101110 | 1101001 | 100100 | 111000 | 0 | 111011 | 100000101 | 100111 | 11110 |
Color Harmonies of #432E69
Complementary color
Monochromatic Colors of #432E69
Black with #432E69
Text Example
Text Example
White with #432E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E69; }
p { color: rgb(67,46,105); }
H1.HeaderClassName
{
color: #432E69;
}
.AnyTagClassName
{
color: #432E69;
}
</style>
background-color css
<style>
a { background-color: #432E69; }
a { background-color: rgb(67,46,105); }
div.DivClassName
{
background-color: #432E69;
}
.BgClassName
{
background-color: #432E69;
}
</style>
border-color css
<style>
span { border-color: #432E69; }
span { border-color: rgb(67,46,105); }
td.TdClassName
{
border-color: #432E69;
}
.TagClassName
{
border-color: #432E69;
}
</style>