Shades of Minsk #432E6B
Tints of Minsk #432E6B
RGB
CMYK
RGB Variations
Color information
#432E6B (or 0x432E6B) is known color: Minsk. HEX triplet: 43, 2E and 6B. RGB value is (67,46,107). Sum of RGB (Red+Green+Blue) = 67+46+107=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #432E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432E6B is #BCD194. Grayscale: #3B3B3B. Windows color (decimal): -12374421 or 7024195. OLE color: 7024195.
HSL color Cylindrical-coordinate representation of color #432E6B: hue angle of 260.66º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #432E6B is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 46 | 107 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.58 |
| HSL | 260.66º | 0.4% | 0.3% | - |
| HSV(B) | 260.66º | 0.57% | 0.42% | - |
| XYZ | 5.95 | 4.21 | 14.41 | - |
| YUV | 59.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 46 | 107 | 0.37 | 0.57 | 0 | 0.58 | 260.66 | 0.4 | 0.3 |
| Hex | 43 | 2E | 6B | 25 | 39 | 0 | 3A | 105 | 28 | 1E |
| Octal | 103 | 56 | 153 | 45 | 71 | 0 | 72 | 405 | 50 | 36 |
| Binary | 1000011 | 101110 | 1101011 | 100101 | 111001 | 0 | 111010 | 100000101 | 101000 | 11110 |
Color Harmonies of #432E6B
Complementary color
Monochromatic Colors of #432E6B
Black with #432E6B
Text Example
Text Example
White with #432E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432E6B; }
p { color: rgb(67,46,107); }
H1.HeaderClassName
{
color: #432E6B;
}
.AnyTagClassName
{
color: #432E6B;
}
</style>
background-color css
<style>
a { background-color: #432E6B; }
a { background-color: rgb(67,46,107); }
div.DivClassName
{
background-color: #432E6B;
}
.BgClassName
{
background-color: #432E6B;
}
</style>
border-color css
<style>
span { border-color: #432E6B; }
span { border-color: rgb(67,46,107); }
td.TdClassName
{
border-color: #432E6B;
}
.TagClassName
{
border-color: #432E6B;
}
</style>