Shades of Minsk #432E68
Tints of Minsk #432E68
RGB
CMYK
RGB Variations
Color information
#432E68 (or 0x432E68) is known color: Minsk. HEX triplet: 43, 2E and 68. RGB value is (67,46,104). Sum of RGB (Red+Green+Blue) = 67+46+104=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #432E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E68 is #BCD197. Grayscale: #3A3A3A. Windows color (decimal): -12374424 or 6827587. OLE color: 6827587.
HSL color Cylindrical-coordinate representation of color #432E68: hue angle of 261.72º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #432E68 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 67 | 46 | 104 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.59 |
| HSL | 261.72º | 0.39% | 0.29% | - |
| HSV(B) | 261.72º | 0.56% | 0.41% | - |
| XYZ | 5.79 | 4.15 | 13.59 | - |
| YUV | 58.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 104 | 0.36 | 0.56 | 0 | 0.59 | 261.72 | 0.39 | 0.29 |
| Hex | 43 | 2E | 68 | 24 | 38 | 0 | 3B | 106 | 27 | 1D |
| Octal | 103 | 56 | 150 | 44 | 70 | 0 | 73 | 406 | 47 | 35 |
| Binary | 1000011 | 101110 | 1101000 | 100100 | 111000 | 0 | 111011 | 100000110 | 100111 | 11101 |
Color Harmonies of #432E68
Complementary color
Monochromatic Colors of #432E68
Black with #432E68
Text Example
Text Example
White with #432E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E68; }
p { color: rgb(67,46,104); }
H1.HeaderClassName
{
color: #432E68;
}
.AnyTagClassName
{
color: #432E68;
}
</style>
background-color css
<style>
a { background-color: #432E68; }
a { background-color: rgb(67,46,104); }
div.DivClassName
{
background-color: #432E68;
}
.BgClassName
{
background-color: #432E68;
}
</style>
border-color css
<style>
span { border-color: #432E68; }
span { border-color: rgb(67,46,104); }
td.TdClassName
{
border-color: #432E68;
}
.TagClassName
{
border-color: #432E68;
}
</style>