Shades of Minsk #432F67
Tints of Minsk #432F67
RGB
CMYK
RGB Variations
Color information
#432F67 (or 0x432F67) is known color: Minsk. HEX triplet: 43, 2F and 67. RGB value is (67,47,103). Sum of RGB (Red+Green+Blue) = 67+47+103=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #432F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432F67 is #BCD098. Grayscale: #3B3B3B. Windows color (decimal): -12374169 or 6762307. OLE color: 6762307.
HSL color Cylindrical-coordinate representation of color #432F67: hue angle of 261.43º 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 #432F67 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 47 | 103 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.60 |
| HSL | 261.43º | 0.37% | 0.29% | - |
| HSV(B) | 261.43º | 0.54% | 0.4% | - |
| XYZ | 5.78 | 4.21 | 13.34 | - |
| YUV | 59.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 103 | 0.35 | 0.54 | 0 | 0.60 | 261.43 | 0.37 | 0.29 |
| Hex | 43 | 2F | 67 | 23 | 36 | 0 | 3C | 105 | 25 | 1D |
| Octal | 103 | 57 | 147 | 43 | 66 | 0 | 74 | 405 | 45 | 35 |
| Binary | 1000011 | 101111 | 1100111 | 100011 | 110110 | 0 | 111100 | 100000101 | 100101 | 11101 |
Color Harmonies of #432F67
Complementary color
Monochromatic Colors of #432F67
Black with #432F67
Text Example
Text Example
White with #432F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432F67; }
p { color: rgb(67,47,103); }
H1.HeaderClassName
{
color: #432F67;
}
.AnyTagClassName
{
color: #432F67;
}
</style>
background-color css
<style>
a { background-color: #432F67; }
a { background-color: rgb(67,47,103); }
div.DivClassName
{
background-color: #432F67;
}
.BgClassName
{
background-color: #432F67;
}
</style>
border-color css
<style>
span { border-color: #432F67; }
span { border-color: rgb(67,47,103); }
td.TdClassName
{
border-color: #432F67;
}
.TagClassName
{
border-color: #432F67;
}
</style>